diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-07-18 06:31:29 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-07-18 06:31:29 +0000 |
commit | 31367b81b727a42f74fa5f2b0de05f31dc5f25ae (patch) | |
tree | cca87e076fb51e00bc9b2629291a53f89b0fccb0 /bfd/ChangeLog | |
parent | c2c594b87d1ac69a17450b5d523562420a113023 (diff) | |
download | gdb-31367b81b727a42f74fa5f2b0de05f31dc5f25ae.zip gdb-31367b81b727a42f74fa5f2b0de05f31dc5f25ae.tar.gz gdb-31367b81b727a42f74fa5f2b0de05f31dc5f25ae.tar.bz2 |
* 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.
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 7bd5081..d278985 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Sat Jul 17 02:28:28 1999 Mark P. Mitchell <mark@codesourcery.com> + + * 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 <jj@ultra.linux.cz> * elf64-sparc.c (sparc64_elf_info_to_howto): Use ELF64_R_TYPE_ID. |