diff options
author | Charles Crayne <chuck@thor.crayne.org> | 2008-04-07 13:15:53 -0700 |
---|---|---|
committer | Charles Crayne <chuck@thor.crayne.org> | 2008-04-07 13:15:53 -0700 |
commit | 6f15b9884ece94cbe4abb34861e9bbcda88b69b3 (patch) | |
tree | dd478c118d8e4e923b5ac70d99700ac3c0132efc /output | |
parent | 32cd4c2a62f34815dbc9c13e1e6640bb096d05b5 (diff) | |
download | nasm-6f15b9884ece94cbe4abb34861e9bbcda88b69b3.tar.gz nasm-6f15b9884ece94cbe4abb34861e9bbcda88b69b3.tar.bz2 nasm-6f15b9884ece94cbe4abb34861e9bbcda88b69b3.zip |
Correctly identify dwarf support for elf32
Change architecture tag to i386.
Diffstat (limited to 'output')
-rw-r--r-- | output/outelf32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outelf32.c b/output/outelf32.c index 6ba3169..2bb6355 100644 --- a/output/outelf32.c +++ b/output/outelf32.c @@ -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, |