Allow adrCCl. [Patch from Phillip BLundel]
[external/binutils.git] / gas / testsuite / gas / arm / adrl.s
1         @ test ADRL pseudo-op
2 .text
3 foo:    
4 .align 0
5 1:
6         .space 8192
7 2:
8         adrl    r0, 1b
9         adrl    r0, 1f
10         adrl    r0, 2b
11         adrl    r0, 2f
12         adrEQl  r0, 2f
13 2:
14         .space 8200
15 1: