Accept valid one byte signed and unsigned values for the IMM8 operand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / arch-err-3.s
1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
2 ; { dg-do assemble }
3 ; { dg-options "--march=common_v10_v32" }
4 .arch v32 ; { dg-error ".arch <arch> requires a matching --march=" }
5
This page took 0.030887 seconds and 4 git commands to generate.