summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/macs.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/h8300/macs.s')
-rw-r--r--gas/testsuite/gas/h8300/macs.s11
1 files changed, 0 insertions, 11 deletions
diff --git a/gas/testsuite/gas/h8300/macs.s b/gas/testsuite/gas/h8300/macs.s
deleted file mode 100644
index aee08e00d04..00000000000
--- a/gas/testsuite/gas/h8300/macs.s
+++ /dev/null
@@ -1,11 +0,0 @@
- .h8300s
- .text
-h8300s_mac:
- clrmac
- ldmac er4,mach
- ldmac er5,macl
- mac @er4+,@er5+
- stmac mach,er4
- stmac macl,er5
-
-