PR 10168
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv1-bad.s
index c879a739e010582696c67b2bc49dd85ecc614923..7e5f68392646097f54f33a1bf696d3dfb9aaa85a 100644 (file)
@@ -3,8 +3,10 @@
 entry:
        str     r0, =0x00ff0000
        ldr     r0, {r1}
-       ldr     r0, [r1, #4096]
-       ldr     r0, [r1, #-4096]
-       mov     r0, #0x1ff
        cmpl    r0, r0
        strh    r0, [r1]
+       ldmfa   r4!, {r8, r9}^
+       ldmfa   r4!, {r4, r8, r9}
+       stmfa   r4!, {r8, r9}^
+       stmdb   r4!, {r4, r8, r9}       @ This is OK.
+       stmdb   r8!, {r4, r8, r9}
This page took 0.024043 seconds and 4 git commands to generate.