Update contributors list for update of alpha-vms bfd.
[binutils.git] / ld / testsuite / ld-arm / thumb2-b-interwork.s
blob4452a8f437ed0c7ebf2633d2726cba3064318733
1 @ Test to ensure that a Thumb-2 B.W can branch to an ARM funtion.
3 .arch armv7-a
4 .global _start
5 .syntax unified
6 .text
7 .thumb_func
9 _start:
10 b.w bar
12 @ Put this in a separate section to force the assembler to generate a reloc
14 .arm
15 .section .after, "xa"
16 .global bar
17 .type bar, %function
18 bar:
19 bx lr