mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-07 17:46:58 +08:00
out: Elf32 -- Unify dwarf_ nums
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
d3ec4be590
commit
8ba28bc20b
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user