Fix "psb CSYNC" and "bti C".
[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" }