summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cris/v32-err-11.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cris/v32-err-11.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cris/v32-err-11.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cris/v32-err-11.s b/binutils-2.17/gas/testsuite/gas/cris/v32-err-11.s
deleted file mode 100644
index 70fe8e84..00000000
--- a/binutils-2.17/gas/testsuite/gas/cris/v32-err-11.s
+++ /dev/null
@@ -1,13 +0,0 @@
-; { dg-do assemble }
-; { dg-options "--march=v32" }
-
-; Check that explicit contants out-of-range for addoq are
-; identified. See also v32-err-10.s.
-
- .text
-here:
- addoq 133,$r0,$acr ; { dg-error "not in 8 bit signed range" }
- addoq 128,$r0,$acr ; { dg-error "not in 8 bit signed range" }
- addoq -129,$r0,$acr ; { dg-error "not in 8 bit signed range" }
- addoq 127,$r0,$acr
- addoq -128,$r0,$acr