diff options
author | Christophe Lyon <christophe.lyon@st.com> | 2009-03-05 17:28:21 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@st.com> | 2009-03-05 17:28:21 +0000 |
commit | 5fa9e92f74b051a84c435688595c141456a5d9f3 (patch) | |
tree | 4af9f514e206a1cc3979010296dd729d01f19e23 /ld/testsuite/ChangeLog | |
parent | 84d7b001a67873d45e47e52e9978f09f78e96035 (diff) | |
download | gdb-5fa9e92f74b051a84c435688595c141456a5d9f3.zip gdb-5fa9e92f74b051a84c435688595c141456a5d9f3.tar.gz gdb-5fa9e92f74b051a84c435688595c141456a5d9f3.tar.bz2 |
2009-03-05 Christophe Lyon <christophe.lyon@st.com>
bfd/
* elf32-arm.c (arm_type_of_stub): Handle long branches targetting
PLT entries.
(elf32_arm_final_link_relocate): Likewise.
testsuite/
* ld-arm/arm-elf.exp: Add 2 more tests to check long branch stubs
in PLT context.
* ld-arm/farcall-mixed-app-v5.d: New file.
* ld-arm/farcall-mixed-app.d: Likewise.
* ld-arm/farcall-mixed-app.r: Likewise.
* ld-arm/farcall-mixed-app.s: Likewise.
* ld-arm/farcall-mixed-app.sym: Likewise.
* ld-arm/farcall-mixed-lib.d: Likewise.
* ld-arm/farcall-mixed-lib.r: Likewise.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 60465f7..693a93b 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,15 @@ +2009-03-05 Christophe Lyon <christophe.lyon@st.com> + + * ld-arm/arm-elf.exp: Add 2 more tests to check long branch stubs + in PLT context. + * ld-arm/farcall-mixed-app-v5.d: New file. + * ld-arm/farcall-mixed-app.d: Likewise. + * ld-arm/farcall-mixed-app.r: Likewise. + * ld-arm/farcall-mixed-app.s: Likewise. + * ld-arm/farcall-mixed-app.sym: Likewise. + * ld-arm/farcall-mixed-lib.d: Likewise. + * ld-arm/farcall-mixed-lib.r: Likewise. + 2009-03-04 Alan Modra <amodra@bigpond.net.au> * ld-powerpc/tlsmark.s, * ld-powerpc/tlsmark.d: New test. |