diff options
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 aae2d0d..ec4e838 100644 --- a/output/outelf32.c +++ b/output/outelf32.c @@ -1497,7 +1497,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, |