diff options
author | Alan Modra <amodra@gmail.com> | 2004-08-16 00:25:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-08-16 00:25:14 +0000 |
commit | 9dadfa79ec74a181b443ed5306d05b4da34a5dde (patch) | |
tree | bbd42c0f555d0d07714581dacbb10ff2ca1e8df6 /bfd/ChangeLog | |
parent | d84de024e6de8ea8f5afaa654bd07b75210f3011 (diff) | |
download | gdb-9dadfa79ec74a181b443ed5306d05b4da34a5dde.zip gdb-9dadfa79ec74a181b443ed5306d05b4da34a5dde.tar.gz gdb-9dadfa79ec74a181b443ed5306d05b4da34a5dde.tar.bz2 |
* pdp11.c (struct pdp11_aout_reloc_external): Delete. Replace
occurrences with bfd_btye * thoughout file.
* coff-rs6000.c (do_shared_object_padding): Warning fix.
(xcoff_write_armap_big): Likewise.
(xcoff_write_archive_contents_old): Likewise.
(xcoff_write_archive_contents_big): Likewise.
* elf64-mmix.c (mmix_elf_get_section_contents): Delete declaration.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bbf2ed2..71597b6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2004-08-16 Alan Modra <amodra@bigpond.net.au> + + * pdp11.c (struct pdp11_aout_reloc_external): Delete. Replace + occurrences with bfd_btye * thoughout file. + + * coff-rs6000.c (do_shared_object_padding): Warning fix. + (xcoff_write_armap_big): Likewise. + (xcoff_write_archive_contents_old): Likewise. + (xcoff_write_archive_contents_big): Likewise. + + * elf64-mmix.c (mmix_elf_get_section_contents): Delete declaration. + 2004-08-13 Nick Clifton <nickc@redhat.com> * elf32-arm.h: Convert to ISO C90. |