155d87d738
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.
16 lines
327 B
Makefile
16 lines
327 B
Makefile
|
|
.*thumb2-b-interwork: file format elf32-.*arm
|
|
|
|
Disassembly of section .text:
|
|
|
|
00008000 <_start>:
|
|
8000: f000 b802 b.w 8008 <__bar_from_thumb>
|
|
|
|
00008004 <bar>:
|
|
8004: e12fff1e bx lr
|
|
|
|
00008008 <__bar_from_thumb>:
|
|
8008: 4778 bx pc
|
|
800a: 46c0 nop \(mov r8, r8\)
|
|
800c: eafffffc b 8004 <bar>
|
|
|