summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/arm/adrl.s
blob: 1a96d0b0ee663dec59d7894a61f1913a72ef4c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	@ test ADRL pseudo-op
.text
foo:	
.align 0
1:
        .space 8192
2:
        adrl    r0, 1b
	adrl	r0, 1f
        adrl    r0, 2b
	adrl	r0, 2f
	adrEQl	r0, 2f
2:
	.space 8200
1: