Remove sh-symbianelf support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / err-abi-32.s
CommitLineData
3c74c164
AO
1! Check .abi pseudo assertion.
2
3! { dg-do assemble }
4! { dg-options "-abi=64" }
5
6 .text
7 .abi 32 ! { dg-error "options do not specify 32-bit ABI" }
8
9start:
10 nop
This page took 0.724705 seconds and 4 git commands to generate.