* gas/arm/adrl.s: Test behaviour against globals too.
[binutils.git] / gas / testsuite / gas / arm / adrl.s
blobb2dec7de955a0fd450246d2e4ddc4287e598fe21
1 @ test ADRL pseudo-op
2 .text
3 .global foo
4 foo:
5 .align 0
6 1:
7 .space 8192
8 2:
9 adrl r0, 1b
10 adrl r0, 1f
11 adrl r0, 2b
12 adrl r0, 2f
13 adrEQl r0, 2f
15 adrl r0, foo
16 adrl r0, X
17 .space 8184
19 adral lr, X
20 .space 0x0104
22 .globl X;