summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/xc16x/sub.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/xc16x/sub.s')
-rw-r--r--gas/testsuite/gas/xc16x/sub.s19
1 files changed, 0 insertions, 19 deletions
diff --git a/gas/testsuite/gas/xc16x/sub.s b/gas/testsuite/gas/xc16x/sub.s
deleted file mode 100644
index 5baad828e09..00000000000
--- a/gas/testsuite/gas/xc16x/sub.s
+++ /dev/null
@@ -1,19 +0,0 @@
- .section .text
- .global _fun
-xc16x_sub:
-
- sub r0,r1
- sub r0,[r1]
- sub r0,[r1+]
- sub r0,#0x1
- sub r0,#0x7643
- sub r0,0x7643
- sub 0x7643,r0
-
-
-
-
-
-
-
- \ No newline at end of file