Commit-ID: 2fd62aaff6c7dc77992ea0abead40fbf4ed5d38b
Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=2fd62aaff6c7dc77992ea0abead40fbf4ed5d38b
Author: Cyrill Gorcunov <gor...@gm...>
AuthorDate: Sun, 10 Apr 2016 17:22:49 +0300
Committer: Cyrill Gorcunov <gor...@gm...>
CommitDate: Mon, 11 Apr 2016 00:07:14 +0300
out: Elfx32 -- Unify dwarf_ types
Signed-off-by: Cyrill Gorcunov <gor...@gm...>
---
output/outelfx32.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/output/outelfx32.c b/output/outelfx32.c
index 5e16561..eea9b7f 100644
--- a/output/outelfx32.c
+++ b/output/outelfx32.c
@@ -153,8 +153,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;
|