From 31367b81b727a42f74fa5f2b0de05f31dc5f25ae Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sun, 18 Jul 1999 06:31:29 +0000 Subject: * elflink.h (elf_link_adjust_relocs): New function. (elf_bfd_final_link): Use it. (elf_link_input_bfd): Deal with the fact that there can be two relocation sections for a single section. (elf_reloc_link_order): Likewise. * elf32-mips.c (_bfd_mips_elf_final_link): Don't set GP for a relocateable object. (_bfd_mips_elf_relocate_section): Handle relocateable links. --- bfd/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7bd5081..d278985 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Sat Jul 17 02:28:28 1999 Mark P. Mitchell + + * elflink.h (elf_link_adjust_relocs): New function. + (elf_bfd_final_link): Use it. + (elf_link_input_bfd): Deal with the fact that there can be + two relocation sections for a single section. + (elf_reloc_link_order): Likewise. + + * elf32-mips.c (_bfd_mips_elf_final_link): Don't set GP for + a relocateable object. + (_bfd_mips_elf_relocate_section): Handle relocateable links. + 1999-07-16 Jakub Jelinek * elf64-sparc.c (sparc64_elf_info_to_howto): Use ELF64_R_TYPE_ID. -- cgit v1.1