aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2009-03-05 17:28:21 +0000
committerChristophe Lyon <christophe.lyon@st.com>2009-03-05 17:28:21 +0000
commit5fa9e92f74b051a84c435688595c141456a5d9f3 (patch)
tree4af9f514e206a1cc3979010296dd729d01f19e23 /bfd/ChangeLog
parent84d7b001a67873d45e47e52e9978f09f78e96035 (diff)
downloadgdb-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 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 78a23a8..bc12f9f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-05 Christophe Lyon <christophe.lyon@st.com>
+
+ * elf32-arm.c (arm_type_of_stub): Handle long branches targetting
+ PLT entries.
+ (elf32_arm_final_link_relocate): Likewise.
+
2009-03-05 Moritz Kroll <Moritz.Kroll@gmx.de>
PR 9923