diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2016-09-28 01:37:52 +0200 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2016-09-28 01:41:00 +0200 |
commit | 2df2751d1927e1231bbe7d548139da98d6ca9b9a (patch) | |
tree | 1e45c7016513152008d40e25f574862ac390e5bf /ld/ChangeLog | |
parent | e3f07b5b750554bbbbee1bddc34bb77fd7d31eeb (diff) | |
download | gdb-2df2751d1927e1231bbe7d548139da98d6ca9b9a.zip gdb-2df2751d1927e1231bbe7d548139da98d6ca9b9a.tar.gz gdb-2df2751d1927e1231bbe7d548139da98d6ca9b9a.tar.bz2 |
[ARM] PR ld/20608 Relocation truncated to fit: R_ARM_THM_JUMP24 for relocation to PLT entry
2016-09-28 Christophe Lyon <christophe.lyon@linaro.org>
PR ld/20608
bfd/
* elf32-arm.c (arm_type_of_stub): Handle the case when the pre-PLT
Thumb-ARM stub is too far.
ld
* testsuite/ld-arm/arm-elf.exp: Handle new testcase.
* testsuite/ld-arm/farcall-mixed-app2.d: New file.
* testsuite/ld-arm/farcall-mixed-app2.r: Likewise.
* testsuite/ld-arm/farcall-mixed-app2.s: Likewise.
* testsuite/ld-arm/farcall-mixed-app2.sym: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1a443bc..988cb65 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2016-09-28 Christophe Lyon <christophe.lyon@linaro.org> + + PR ld/20608 + * testsuite/ld-arm/arm-elf.exp: Handle new testcase. + * testsuite/ld-arm/farcall-mixed-app2.d: New file. + * testsuite/ld-arm/farcall-mixed-app2.r: Likewise. + * testsuite/ld-arm/farcall-mixed-app2.s: Likewise. + * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise. + 2016-09-26 Vlad Zakharov <vzakhar@synopsys.com> * Makefile.in: Regenerate. |