summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cris/v32-err-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cris/v32-err-2.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cris/v32-err-2.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cris/v32-err-2.s b/binutils-2.17/gas/testsuite/gas/cris/v32-err-2.s
deleted file mode 100644
index 0a5a3767..00000000
--- a/binutils-2.17/gas/testsuite/gas/cris/v32-err-2.s
+++ /dev/null
@@ -1,14 +0,0 @@
-; { dg-do assemble }
-; { dg-options " --underscore --march=common_v10_v32 --em=criself" }
-; { dg-error ".word offset handling is not implemented" "err for broken .word" { target cris-*-* } 0 }
-
-; Tests that broken words don't crash, just give a message when
-; in compatibility mode.
-
-sym2: moveq 0,r0
- .word sym1 - sym2
- moveq 1,r0
- moveq 2,r0
- .space 32766, 0
-sym1: moveq 3,r0
-