Remove sh-symbianelf support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / err-noexp-cmd1.s
1 ! Check command-line error checking. The option -no-expand is not valid
2 ! unless SHcompact/SHmedia is specified.
3
4 ! { dg-do assemble }
5 ! { dg-options "-no-expand" }
6 ! { dg-error ".* only valid with SHcompact or SHmedia" "" { target sh64-*-elf* } 0 }
7
8 .text
9 start:
10 nop
This page took 0.040717 seconds and 4 git commands to generate.