summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cris/push-err-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cris/push-err-1.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cris/push-err-1.s8
1 files changed, 0 insertions, 8 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cris/push-err-1.s b/binutils-2.17/gas/testsuite/gas/cris/push-err-1.s
deleted file mode 100644
index acf1b6f3..00000000
--- a/binutils-2.17/gas/testsuite/gas/cris/push-err-1.s
+++ /dev/null
@@ -1,8 +0,0 @@
-; { dg-do assemble { target cris-*-* } }
-; { dg-options "--march=v32" }
-x:
- ; There are no "push" or "pop" synonyms for v32.
- push $r10 ; { dg-error "Unknown" }
- push $srp ; { dg-error "Unknown" }
- pop $r8 ; { dg-error "Unknown" }
- pop $mof ; { dg-error "Unknown" }