* elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
authorAlan Modra <amodra@gmail.com>
Sat, 25 May 2002 13:09:37 +0000 (13:09 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 25 May 2002 13:09:37 +0000 (13:09 +0000)
bfd/ChangeLog
bfd/elf32-m68k.c

index 28c83a6..6b7381b 100644 (file)
@@ -1,5 +1,7 @@
 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
 
+       * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
+
        * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
        (ppc64_elf_check_relocs): Don't set up function descriptor symbol
        strings to point inside function code sym string.
index 7d5b016..b507fba 100644 (file)
@@ -413,7 +413,7 @@ elf32_m68k_print_private_bfd_data (abfd, ptr)
     fprintf (file, _(" [cpu32]"));
 
   if (elf_elfheader (abfd)->e_flags & EF_M68000)
-    fprintf (file, _ (" [m68000]"));
+    fprintf (file, _(" [m68000]"));
 
   fputc ('\n', file);