12a0a0fd88
bfd/ * elf32-arm.c (insert_thumb_branch): Rewrite. (elf32_thumb_to_arm_stub): Use new insert_thumb_branch. ld/testsuite/ * ld-arm/arm-elf.exp (armeabitests): Add thumb2-b-interwork. * ld-arm/thumb2-b-interwork.d: New test. * ld-arm/thumb2-b-interwork.s: New test.
19 lines
393 B
Makefile
19 lines
393 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
|
|
Disassembly of section .glue_7t:
|
|
|
|
00008008 <__bar_from_thumb>:
|
|
8008: 4778 bx pc
|
|
800a: 46c0 nop \(mov r8, r8\)
|
|
|
|
0000800c <__bar_change_to_arm>:
|
|
800c: eafffffc b 8004 <bar>
|
|
|