|
From: Cyrill G. <gor...@gm...> - 2016-04-07 22:17:16
|
Signed-off-by: Cyrill Gorcunov <gor...@gm...>
---
output/outelf32.c | 2 +-
output/outelf64.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/output/outelf32.c b/output/outelf32.c
index 2868090..afd9438 100644
--- a/output/outelf32.c
+++ b/output/outelf32.c
@@ -151,7 +151,7 @@ static uint8_t *arangesbuf = 0, *arangesrelbuf = 0, *pubnamesbuf = 0, *infobuf =
static int8_t line_base = -5, line_range = 14, opcode_base = 13;
static int arangeslen, arangesrellen, pubnameslen, infolen, inforellen,
abbrevlen, linelen, linerellen, framelen, loclen;
-static int32_t dwarf_infosym, dwarf_abbrevsym, dwarf_linesym;
+static int64_t dwarf_infosym, dwarf_abbrevsym, dwarf_linesym;
static const struct dfmt df_dwarf;
static const struct dfmt df_stabs;
diff --git a/output/outelf64.c b/output/outelf64.c
index fd23502..93696b1 100644
--- a/output/outelf64.c
+++ b/output/outelf64.c
@@ -153,7 +153,6 @@ static int arangeslen, arangesrellen, pubnameslen, infolen, inforellen,
abbrevlen, linelen, linerellen, framelen, loclen;
static int64_t dwarf_infosym, dwarf_abbrevsym, dwarf_linesym;
-
static const struct dfmt df_dwarf;
static const struct dfmt df_stabs;
static struct elf_symbol *lastsym;
--
2.5.5
|