ld: Don't evaluate unneeded PROVIDE expressions.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / thumb2-b-interwork.s
CommitLineData
12a0a0fd
PB
1@ Test to ensure that a Thumb-2 B.W can branch to an ARM funtion.
2
3 .arch armv7-a
4 .global _start
5 .syntax unified
6 .text
7 .thumb_func
8
9_start:
10 b.w bar
11
12@ Put this in a separate section to force the assembler to generate a reloc
13
14 .arm
15 .section .after, "xa"
16 .global bar
17 .type bar, %function
18bar:
19 bx lr
20
This page took 0.293463 seconds and 4 git commands to generate.