mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 09:56:23 +08:00
* elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
This commit is contained in:
@ -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.
|
||||
|
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user