* elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.

This commit is contained in:
Alan Modra
2002-05-25 13:09:37 +00:00
parent 19f33eeef5
commit 428d0de365
2 changed files with 3 additions and 1 deletions

View 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.

View 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);