From: nasm-bot f. C. G. <gor...@gm...> - 2016-04-24 18:00:24
|
Commit-ID: 6dfc0b221489651b305c14017833ee8e9e231d1b Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=6dfc0b221489651b305c14017833ee8e9e231d1b Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 10 Apr 2016 17:22:49 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 24 Apr 2016 20:02:41 +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; |