summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/incdech.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/h8300/incdech.s')
-rw-r--r--gas/testsuite/gas/h8300/incdech.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/gas/testsuite/gas/h8300/incdech.s b/gas/testsuite/gas/h8300/incdech.s
deleted file mode 100644
index bb93fc54b36..00000000000
--- a/gas/testsuite/gas/h8300/incdech.s
+++ /dev/null
@@ -1,14 +0,0 @@
- .h8300h
- .text
-h8300h_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
-