summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mn10300/mov3.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mn10300/mov3.s')
-rw-r--r--gas/testsuite/gas/mn10300/mov3.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/gas/testsuite/gas/mn10300/mov3.s b/gas/testsuite/gas/mn10300/mov3.s
deleted file mode 100644
index 90ec0b98a9b..00000000000
--- a/gas/testsuite/gas/mn10300/mov3.s
+++ /dev/null
@@ -1,16 +0,0 @@
- .text
- mov d1,(a2)
- mov d1,(32,a2)
- mov d1,(256,a2)
- mov d1,(131071,a2)
- mov d1,(32,sp)
- mov d1,(32768,sp)
- mov d1,(131071,sp)
- mov d1,(d2,a2)
- mov d1,(128)
- mov d1,(131071)
- mov a1,(a2)
- mov a1,(32,a2)
- mov a1,(256,a2)
- mov a1,(131071,a2)
- mov a1,(32,sp)