Correct X86_64 reference in dwarf support message
authorCharles Crayne <chuck@thor.crayne.org>
Wed, 11 Jun 2008 23:15:01 +0000 (16:15 -0700)
committerCharles Crayne <chuck@thor.crayne.org>
Wed, 11 Jun 2008 23:15:01 +0000 (16:15 -0700)
output/outelf32.c

index aae2d0d..ec4e838 100644 (file)
@@ -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,