summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mmix/err-bpo5.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mmix/err-bpo5.s')
-rw-r--r--gas/testsuite/gas/mmix/err-bpo5.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/gas/testsuite/gas/mmix/err-bpo5.s b/gas/testsuite/gas/mmix/err-bpo5.s
deleted file mode 100644
index bf5171092ee..00000000000
--- a/gas/testsuite/gas/mmix/err-bpo5.s
+++ /dev/null
@@ -1,14 +0,0 @@
-% { dg-do assemble { target mmix-*-* } }
-
-# Base-plus-offset without -linker-allocated-gregs. Note the constant.
-
-a IS 42
-b IS 112
- LDO $43,a+52 % { dg-error "no suitable GREG definition" "" }
- LDA $47,a+112 % { dg-error "no suitable GREG definition" "" }
- LDA $48,b+22 % { dg-error "no suitable GREG definition" "" }
- LDO $43,c+2 % { dg-error "no suitable GREG definition" "" }
- LDA $47,d+212 % { dg-error "no suitable GREG definition" "" }
- LDA $48,c+21 % { dg-error "no suitable GREG definition" "" }
-c IS 72
-d IS 3