Add MIPS32 DSPr3 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / cpu-warn1.s
1 ; Test mismatch between cpu option passed by mcpu option and .cpu
2 ; directive option.
3 ; { dg-do assemble }
4 ; { dg-options "--mcpu=arc700" }
5 .cpu EM; { dg-warning "Warning: Command-line value overrides \".cpu\" directive" }
This page took 0.098635 seconds and 4 git commands to generate.