* ppcboot.c (ppcboot_set_arch_mach): Don't define; it's a

function.
	(ppcboot_bfd_print_private_bfd_data): Don't take the address of an
	array.
PR 11256.
This commit is contained in:
Ian Lance Taylor 1996-12-12 19:57:22 +00:00
parent 9e258df329
commit a5147005bb
1 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
Thu Dec 12 14:55:41 1996 Ian Lance Taylor <ian@cygnus.com>
* ppcboot.c (ppcboot_set_arch_mach): Don't define; it's a
function.
(ppcboot_bfd_print_private_bfd_data): Don't take the address of an
array.
Tue Dec 10 23:23:52 1996 Jeffrey A Law (law@cygnus.com)
* elf32-mn10300.c (reloc_type): Remove big endian mn10300 reloc
variants.
(elf32_mn10300_howto_table, mn10300_reloc_map): Likewise.
(bfd_elf32_mn10300_reloc): Write data in little endian format.
* reloc.c: Remove mn10300 big endian relocs.
* bfd-in2.h, libbfd.h: Rebuilt.
* elf32-mn10200.c: Update from elf32-mn10300.c.
Fri Dec 6 15:18:05 1996 Jeffrey A Law (law@cygnus.com)
* elf32-mn10300.c (elf_symbol_leading_char): Define.
@ -48,7 +66,7 @@ Mon Dec 2 12:13:51 1996 Ian Lance Taylor <ian@cygnus.com>
Mon Dec 2 00:39:24 1996 Jeffrey A Law (law@cygnus.com)
* elf32-mn10300.c (mn10300_info_howto): Renamed from
mn10300-Info_howto_rel. Tweak reloc argument to be an
mn10300_info_howto_rel. Tweak reloc argument to be an
Elf32_Internal_Rela.
(USE_RELA): Define instead of USE_REL.
(elf_info_to_howto, elf_info_howto_rel): Corresponding changes.