Switch to GPLv3
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / err-bpo2.s
1 % { dg-do assemble { target mmix-*-* } }
2
3 # Check that base-plus-offset relocs without suitable GREGs are not passed
4 # through (without -linker-allocated-gregs).
5 a TETRA 42
6 LDO $43,a+52 % { dg-error "no suitable GREG definition" "" }
This page took 0.030247 seconds and 4 git commands to generate.