gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / xscale.s
index 0ca3999adadab0582cbfc43b99b306b2ff398e1d..7b58c344cef084889373935b93ee05db031634f3 100644 (file)
@@ -22,9 +22,6 @@ foo:
        pld     [r1, #0x789]
        pld     [r2, r3]
        pld     [r4, -r5, lsl #5]
-       pld     [r6], #-0x456
-       pld     [r7], +r8
-       pld     [r9], -r10, RRX
 
        ldrd    r0, [r1]
        ldreqd  r2, [r3, #0x78]
@@ -38,3 +35,8 @@ foo:
        str     r2, [r3]
 
        msr     cpsr_ctl, #0x11
+
+       # Add two nop instructions to ensure that the
+       # output is 32-byte aligned as required for arm-aout.
+       nop
+       nop
This page took 0.025962 seconds and 4 git commands to generate.