PR binutils/15834
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / adrl.s
index 5d6835bf7640132cab73c71ed9b09d26eac9ad3f..5bb7456f06289255e29a5da9e2fe8b81e4a97eed 100644 (file)
@@ -1,6 +1,8 @@
        @ test ADRL pseudo-op
-.text
-.align 0
+       .text
+       .global foo
+foo:
+       .align 0
 1:
         .space 8192
 2:
@@ -8,6 +10,15 @@
        adrl    r0, 1f
         adrl    r0, 2b
        adrl    r0, 2f
+       adrEQl  r0, 2f
 2:
-       .space 8200
+       adrl    r0, foo
+       adrl    r0, X
+       .space 8184
 1:
+       adral   lr, X
+       .space  0x0104
+
+       .globl X; 
+X:
+       .p2align 5,0
This page took 0.023832 seconds and 4 git commands to generate.