diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-12 19:57:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-12 19:57:22 +0000 |
commit | a5147005bb6c003283e7688c85aed8a6bba9c499 (patch) | |
tree | dd5bb6e787c36fc302b0a75c5b824be83a513f8a /bfd | |
parent | 9e258df329ce3ca022d82bce9242f7165ceb623d (diff) | |
download | gdb-a5147005bb6c003283e7688c85aed8a6bba9c499.zip gdb-a5147005bb6c003283e7688c85aed8a6bba9c499.tar.gz gdb-a5147005bb6c003283e7688c85aed8a6bba9c499.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0b6a829..371d94c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. |