summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/h8300/compareh.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/h8300/compareh.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/h8300/compareh.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/h8300/compareh.s b/binutils-2.17/gas/testsuite/gas/h8300/compareh.s
deleted file mode 100644
index c81e88e0..00000000
--- a/binutils-2.17/gas/testsuite/gas/h8300/compareh.s
+++ /dev/null
@@ -1,10 +0,0 @@
- .h8300h
- .text
-h8300h_cmp:
- cmp.b #0,r0l
- cmp.b r0h,r0l
- cmp.w #32,r0
- cmp.w r0,r1
- cmp.l #64,er0
- cmp.l er0,er1
-