summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/arm/arm-it-auto-3.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/arm/arm-it-auto-3.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/arm/arm-it-auto-3.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/arm/arm-it-auto-3.s b/binutils-2.25/gas/testsuite/gas/arm/arm-it-auto-3.s
new file mode 100644
index 00000000..d82e3a9e
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/arm/arm-it-auto-3.s
@@ -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
+