* gas/arm/req.l: Updated expected warning message.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm7dm.s
index 7496c70e987402875d4230019c141abd00a52833..ee62e8c89346cf43fdbb954683c44015d5d32838 100644 (file)
@@ -1,6 +1,6 @@
-.text
-.align 0
-       
+       .text
+       .align 0
+l:
        smull   r0, r1, r2, r3
        umull   r0, r1, r2, r3
        smlal   r0, r1, r2, r3
        smulls  r1, r0, r9, r11
        umlaleqs r2, r9, r4, r9
        smlalge r14, r10, r8, r14
+
+       @ This used to be illegal, but rev 2 of the ARM ARM allows it.
+       msr     CPSR_x, #0
+
+       @ padding for a.out's sake
+       nop
+       nop
+       nop
This page took 0.025887 seconds and 4 git commands to generate.