diff options
author | Christophe Lyon <christophe.lyon@st.com> | 2009-04-22 14:01:31 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@st.com> | 2009-04-22 14:01:31 +0000 |
commit | 155d87d738e89224bf936cd1c12e48fe4c09252d (patch) | |
tree | b0a9ec55d558804bb11ad6e8ab3f43afc5787991 /ld/testsuite/ld-arm/arm-pic-veneer.d | |
parent | d577356088a796a09ef987e16928a31595ffc489 (diff) | |
download | gdb-155d87d738e89224bf936cd1c12e48fe4c09252d.zip gdb-155d87d738e89224bf936cd1c12e48fe4c09252d.tar.gz gdb-155d87d738e89224bf936cd1c12e48fe4c09252d.tar.bz2 |
2009-04-22 Christophe Lyon <christophe.lyon@st.com>
PR9743
bfd/
* elf32-arm.c (arm_type_of_stub): Handle R_ARM_THM_JUMP24,
R_ARM_JUMP24 and R_ARM_PLT32 relocations.
(elf32_arm_size_stubs): Likewise.
(record_thumb_to_arm_glue): Deleted unused function.
(bfd_elf32_arm_process_before_allocation): No longer handle
R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations here.
(elf32_arm_final_link_relocate): Handle R_ARM_THM_JUMP24,
R_ARM_JUMP24 and R_ARM_PLT32 relocations.
testsuite/
* ld-arm/arm-call.d: Update expected result.
* ld-arm/arm-pic-veneer.d: Likewise.
* ld-arm/thumb2-b-interwork.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-arm/arm-pic-veneer.d')
-rw-r--r-- | ld/testsuite/ld-arm/arm-pic-veneer.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-arm/arm-pic-veneer.d b/ld/testsuite/ld-arm/arm-pic-veneer.d index 97eeb52..d3a8cf6 100644 --- a/ld/testsuite/ld-arm/arm-pic-veneer.d +++ b/ld/testsuite/ld-arm/arm-pic-veneer.d @@ -12,6 +12,6 @@ Disassembly of section .text: 00008008 <__foo_from_arm>: 8008: e59fc004 ldr ip, \[pc, #4\] ; 8014 <__foo_from_arm\+0xc> - 800c: e08cc00f add ip, ip, pc + 800c: e08fc00c add ip, pc, ip 8010: e12fff1c bx ip 8014: fffffff1 .word 0xfffffff1 |