]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/arm/blx-local-thumb.s
[GAS][ARM] Fix testism for bl local v4t test
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / arm / blx-local-thumb.s
1 .text
2 .arch armv5t
3 .syntax unified
4 .thumb
5 one:
6 blx foo @ bl foo
7 blx foo2 @ blx foo2
8 bl foo @ bl foo
9 bl foo2 @ blx foo2
10 blx fooundefarm
11 bl fooundefarm
12 blx fooundefthumb
13 bl fooundefthumb
14 .thumb
15 .type foo, %function
16 .thumb_func
17 foo:
18 b one @no relocs
19 b foo2 @ THUMB_PCREL_JUMP
20 nop
21 nop
22 fooundefthumb:
23 nop
24 .type foo2, %function
25 .arm
26 .align 2
27 foo2:
28 nop
29 fooundefarm:
30 nop