summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/arm/tcompat2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/arm/tcompat2.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/arm/tcompat2.s32
1 files changed, 0 insertions, 32 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/arm/tcompat2.s b/binutils-2.17/gas/testsuite/gas/arm/tcompat2.s
deleted file mode 100644
index b034ce2f..00000000
--- a/binutils-2.17/gas/testsuite/gas/arm/tcompat2.s
+++ /dev/null
@@ -1,32 +0,0 @@
- @ Three-argument forms of Thumb arithmetic instructions.
- @ Commutative instructions allow either the second or third
- @ operand to equal the first.
-
- .text
- .global m
- .thumb_func
-m:
- adc r0,r0,r1
- adc r0,r1,r0
-
- and r0,r0,r1
- and r0,r1,r0
-
- eor r0,r0,r1
- eor r0,r1,r0
-
- mul r0,r0,r1
- mul r0,r1,r0
-
- orr r0,r0,r1
- orr r0,r1,r0
-
- bic r0,r0,r1
-
- sbc r0,r0,r1
-
- @ section padding for a.out's sake
- nop
- nop
- nop
- nop