summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/h8300/incdecs.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/h8300/incdecs.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/h8300/incdecs.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/h8300/incdecs.s b/binutils-2.17/gas/testsuite/gas/h8300/incdecs.s
deleted file mode 100644
index 2345708b..00000000
--- a/binutils-2.17/gas/testsuite/gas/h8300/incdecs.s
+++ /dev/null
@@ -1,14 +0,0 @@
- .h8300s
- .text
-h8300s_incdec:
- dec.b r0l
- dec.w #1,r0
- dec.w #2,r0
- dec.l #1,er0
- dec.l #2,er0
- inc.b r0l
- inc.w #1,r0
- inc.w #2,r0
- inc.l #1,er0
- inc.l #2,er0
-