summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/sh/sh64/err-dsp.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/sh/sh64/err-dsp.s')
-rw-r--r--gas/testsuite/gas/sh/sh64/err-dsp.s15
1 files changed, 0 insertions, 15 deletions
diff --git a/gas/testsuite/gas/sh/sh64/err-dsp.s b/gas/testsuite/gas/sh/sh64/err-dsp.s
deleted file mode 100644
index 52173a712c8..00000000000
--- a/gas/testsuite/gas/sh/sh64/err-dsp.s
+++ /dev/null
@@ -1,15 +0,0 @@
-! Check that we get errors when assembling DSP instructions.
-
-! { dg-do assemble }
-! { dg-options "-isa=SHcompact" }
-
-! Regarding the opcode table, all insns are marked arch_sh_dsp_up; there are
-! no insns marked arch_sh3_dsp_up. We check a few marked arch_sh_dsp_up:
-! two have operands only recognized with -dsp; the other has an opcode not
-! recognized without -dsp.
-
- .text
-start:
- ldc r3,mod ! { dg-error "invalid operands" }
- ldre @(16,pc) ! { dg-error "unknown opcode" }
- lds r4,a0 ! { dg-error "invalid operands" }