Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arch4t.s
index 8d28f7f3ec1c6d24fae821e4254e5f94f306d99b..984829d82641fa8b1cc26849edcdc757e7d7f82c 100644 (file)
@@ -1,6 +1,6 @@
-.text
-.align 0
-       
+       .text
+       .align 0
+l:
        bx      r0
        bxeq    r1
 
@@ -18,4 +18,21 @@ foo:
 
        strh    r2, bar
        strneh  r3, [r3]
+
+       msr     CPSR_f, #2
+       msr     CPSR_c, r3
+       msr     CPSR_x, r4
+       msr     CPSR_s, r5
+       msr     CPSR_f, r6
+       msr     CPSR_all, r7
+       
+       msr     SPSR_f, #4
+       msr     SPSR_c, r8
+       msr     SPSR_x, r9
+       msr     SPSR_s, r10
+       msr     SPSR_f, r11
+       msr     SPSR_all, r12
 bar:
+       @ section padding for a.out's benefit
+       nop
+       nop
This page took 0.024212 seconds and 4 git commands to generate.