diff options
author | Christophe Lyon <christophe.lyon@st.com> | 2009-06-22 10:55:33 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@st.com> | 2009-06-22 10:55:33 +0000 |
commit | 022f83127a7d608506b67ae5b7ce7960c446895d (patch) | |
tree | b40846b791fcba677a33c299516e68cc5f7097d4 /bfd/ChangeLog | |
parent | 11275b5ad5433ffa55d7b1331c102be58250d3d8 (diff) | |
download | binutils-gdb-022f83127a7d608506b67ae5b7ce7960c446895d.tar.gz |
2009-06-22 Christophe Lyon <christophe.lyon@st.com>
bfd/
* elf32-arm.c (elf32_arm_size_stubs): Use PLT address as
destination for defined dynamic symbols when deciding whether to
insert a stub or not.
(allocate_dynrelocs): Make sure functions are not marked as Thumb
when actually accessed through a PLT, even when generating a
shared lib.
ld/testsuite:
* ld-arm/farcall-mixed-app.s: Add new references to check more
modes switching.
* ld-arm/farcall-mixed-lib1.s: Likewise.
* ld-arm/farcall-mixed-app-v5.d: Update expected result.
* farcall-mixed-app.d: Likewise.
* ld-arm/farcall-mixed-lib.d: Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7e7b526d370..563f454ec2e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2009-06-22 Christophe Lyon <christophe.lyon@st.com> + + * elf32-arm.c (elf32_arm_size_stubs): Use PLT address as + destination for defined dynamic symbols when deciding whether to + insert a stub or not. + (allocate_dynrelocs): Make sure functions are not marked as Thumb + when actually accessed through a PLT, even when generating a + shared lib. + 2009-06-22 Tristan Gingold <gingold@adacore.com> * mach-o.c (bfd_mach_o_canonicalize_reloc): Append a sentinel to |