mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
Correctly identify dwarf support for elf32
Change architecture tag to i386.
This commit is contained in:
parent
32cd4c2a62
commit
6f15b9884e
@ -1544,7 +1544,7 @@ static int elf_set_info(enum geninfo type, char **val)
|
||||
return 0;
|
||||
}
|
||||
static struct dfmt df_dwarf = {
|
||||
"elf32 (X86_64) dwarf debug format for Linux",
|
||||
"elf32 (i386) dwarf debug format for Linux",
|
||||
"dwarf",
|
||||
debug32_init,
|
||||
dwarf32_linenum,
|
||||
|
Loading…
Reference in New Issue
Block a user