Correctly identify dwarf support for elf32

Change architecture tag to i386.
This commit is contained in:
Charles Crayne 2008-04-07 13:15:53 -07:00
parent 32cd4c2a62
commit 6f15b9884e

View File

@ -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,