Remove sh-symbianelf support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / err-pt-1.s
CommitLineData
3c74c164
AO
1! Check that we get errors for a PT operand out of range with -no-relax.
2
3! { dg-do assemble }
4! { dg-options "--abi=32 --no-expand" }
5
6 .mode SHmedia
7start:
8 nop
9start2:
10 pt x0,tr3 ! { dg-error "operand out of range" }
11x1:
12 pt x0,tr4
13 .space 32767*4-4,0
14x0:
15 pt x1,tr5
16 pt x1,tr6
17 pt x1,tr6 ! { dg-error "operand out of range" }
18 pt x1,tr7 ! { dg-error "operand out of range" }
This page took 0.721947 seconds and 4 git commands to generate.