From 6dfc0b221489651b305c14017833ee8e9e231d1b Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 10 Apr 2016 17:22:49 +0300 Subject: [PATCH] out: Elfx32 -- Unify dwarf_ types Signed-off-by: Cyrill Gorcunov --- output/outelfx32.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/output/outelfx32.c b/output/outelfx32.c index 5e165612..eea9b7fd 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; -- 2.11.4.GIT