]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/arm/arm-it-auto-3.s
Imported binutils-2.20
[msp430-binutils.git] / gas / testsuite / gas / arm / arm-it-auto-3.s
diff --git a/gas/testsuite/gas/arm/arm-it-auto-3.s b/gas/testsuite/gas/arm/arm-it-auto-3.s
new file mode 100644 (file)
index 0000000..d82e3a9
--- /dev/null
@@ -0,0 +1,10 @@
+       .syntax unified
+       .thumb
+       .section .text.one
+       cmp     r0, #0
+       addeq   r1, #2
+       .data
+       .word   33
+       .section .text.two
+       addeq   r1, #3
+