tc-score.c: Replace overlapping sprintf with memmove
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / blx-local-thumb.s
CommitLineData
06a3cd06
AV
1 .text
2 .arch armv5t
3 .syntax unified
4 .thumb
5one:
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
17foo:
18 b one @no relocs
19 b foo2 @ THUMB_PCREL_JUMP
20 nop
21 nop
22fooundefthumb:
23 nop
24 .type foo2, %function
25 .arm
26 .align 2
27foo2:
28 nop
29fooundefarm:
30 nop
This page took 0.112241 seconds and 4 git commands to generate.