Remove sh-symbianelf support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / relax-1.s
1 ! Check limits of PT assembler relaxation states. Unfortunately, we can't
2 ! check the 32 and 48 bit limit on a host with 32-bit longs, so we just
3 ! check the first state. This also checks that a PT expansion without a
4 ! relocation to 32 bits works.
5
6 .mode SHmedia
7 start:
8 nop
9 start2:
10 pt x0,tr3
11 x1:
12 pt x0,tr4
13 .space 32767*4-4,0
14 x0:
15 pt x1,tr5
16 pt x1,tr6
17 pt x1,tr6
18 pt x1,tr7
This page took 0.041506 seconds and 4 git commands to generate.