diff options
author | Christophe Lyon <christophe.lyon@st.com> | 2009-04-17 13:04:41 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@st.com> | 2009-04-17 13:04:41 +0000 |
commit | 69c5861ee1e736adf16998ba505b5054fc633f3f (patch) | |
tree | 2b86ed0ec632978d7b49d94483b24e2ea43351a1 /bfd/ChangeLog | |
parent | e9cd066073fafdb8e7824beb32561935134d7113 (diff) | |
download | gdb-69c5861ee1e736adf16998ba505b5054fc633f3f.zip gdb-69c5861ee1e736adf16998ba505b5054fc633f3f.tar.gz gdb-69c5861ee1e736adf16998ba505b5054fc633f3f.tar.bz2 |
2009-04-17 Christophe Lyon <christophe.lyon@st.com>
bfd/
* elf32-arm.c (elf32_arm_size_stubs): Handle long branches through
PLT entries to an undefined symbol when generating a shared
library.
testsuite/
* ld-arm/arm-elf.exp: Add new test farcall-mixed-lib.
* ld-arm/farcall-mixed-lib.d: Update expected output.
* ld-arm/farcall-mixed-lib1.s: New file.
* ld-arm/farcall-mixed-lib2.s: New file.
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 0739367..894c497 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2009-04-17 Christophe Lyon <christophe.lyon@st.com> + + * elf32-arm.c (elf32_arm_size_stubs): Handle long branches through + PLT entries to an undefined symbol when generating a shared + library. + 2009-04-17 Nick Clifton <nickc@redhat.com> PR 9909 |