diff options
author | Joseph Myers <joseph@codesourcery.com> | 2008-11-25 15:53:27 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2008-11-25 15:53:27 +0000 |
commit | 1954000798df4fa1571ee51994105b75f31959d1 (patch) | |
tree | cca332ecbd384c8eec75a1fd5bdcd85ed9c096ef /bfd/ChangeLog | |
parent | 83bac4b0108234603a1674d820d0188c9f8c4e68 (diff) | |
download | gdb-1954000798df4fa1571ee51994105b75f31959d1.zip gdb-1954000798df4fa1571ee51994105b75f31959d1.tar.gz gdb-1954000798df4fa1571ee51994105b75f31959d1.tar.bz2 |
bfd:
* elf32-arm.c (elf32_arm_final_link_relocate): Do not turn
branches to undefine weak symbols into branches to the next
instruction if creating PLT entries for those symbols.
ld/testsuite:
* ld-arm/thumb2-bl-undefweak.d, ld-arm/thumb2-bl-undefweak.s: New.
* ld-arm/arm-elf.exp: Run thumb2-bl-undefweak test.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8f01ddf..ea17423 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2008-11-25 Joseph Myers <joseph@codesourcery.com> + + * elf32-arm.c (elf32_arm_final_link_relocate): Do not turn + branches to undefine weak symbols into branches to the next + instruction if creating PLT entries for those symbols. + 2008-11-25 Nick Clifton <nickc@redhat.com> * elflink.c (is_reloc_section): New function. Returns true if the |