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/elf64-mmix.c | |
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/elf64-mmix.c')
-rw-r--r-- | bfd/elf64-mmix.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/elf64-mmix.c b/bfd/elf64-mmix.c index 4a0c321..777b5fe 100644 --- a/bfd/elf64-mmix.c +++ b/bfd/elf64-mmix.c @@ -229,10 +229,6 @@ static void mmix_set_relaxable_size PARAMS ((bfd *, asection *, void *)); -static bfd_boolean -mmix_elf_get_section_contents - PARAMS ((bfd *, sec_ptr, void *, file_ptr, bfd_size_type)); - /* Watch out: this currently needs to have elements with the same index as their R_MMIX_ number. */ |