Update year range in copyright notice of all files.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / blx-bl-convert.s
CommitLineData
7f78eb34
JW
1.syntax unified
2
3.thumb
4.type entry, %function
5.global entry
6entry:
7 blx label
8
9.type label, %function
10label:
11 bx lr
12
13.arm
14.type label2, %function
15label2:
16 blx label3
17
18.type label3, %function
19label3:
20 bx lr
This page took 0.213686 seconds and 4 git commands to generate.