summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cris/v32-err-7.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cris/v32-err-7.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cris/v32-err-7.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cris/v32-err-7.s b/binutils-2.17/gas/testsuite/gas/cris/v32-err-7.s
deleted file mode 100644
index 72b65033..00000000
--- a/binutils-2.17/gas/testsuite/gas/cris/v32-err-7.s
+++ /dev/null
@@ -1,10 +0,0 @@
-; Error for lapcq out-of-range.
-; { dg-do assemble }
-; { dg-options "--march=v32 --em=criself" }
-
-a:
- nop
- lapcq a,$r10 ; { dg-error "not in 4.bit unsigned range" }
- lapcq x,$r11 ; { dg-error "not in 4.bit unsigned range" }
- .space 30
-x: