summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/h8300/bitops2h.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/h8300/bitops2h.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/h8300/bitops2h.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/h8300/bitops2h.s b/binutils-2.17/gas/testsuite/gas/h8300/bitops2h.s
deleted file mode 100644
index 22be74e4..00000000
--- a/binutils-2.17/gas/testsuite/gas/h8300/bitops2h.s
+++ /dev/null
@@ -1,16 +0,0 @@
- .h8300h
- .text
-h8300h_bit_ops_2:
- bior #0,r0l
- bior #0,@er0
- bior #0,@64:8
- bist #0,r0l
- bist #0,@er0
- bist #0,@64:8
- bixor #0,r0l
- bixor #0,@er0
- bixor #0,@64:8
- bld #0,r0l
- bld #0,@er0
- bld #0,@64:8
-