Update year range in copyright notice of all files.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / adrl.s
CommitLineData
ca6489f9 1 @ test ADRL pseudo-op
dc8ec78b
AM
2 .text
3 .global foo
4foo:
5 .align 0
ca6489f9
PB
61:
7 .space 8192
82:
9 adrl r0, 1b
10 adrl r0, 1f
11 adrl r0, 2b
12 adrl r0, 2f
1cac9012 13 adrEQl r0, 2f
ca6489f9 142:
dc8ec78b
AM
15 adrl r0, foo
16 adrl r0, X
17 .space 8184
ca6489f9 181:
dc8ec78b
AM
19 adral lr, X
20 .space 0x0104
21
22 .globl X;
23X:
cb4eb367 24 .p2align 5,0
This page took 0.674376 seconds and 4 git commands to generate.