Contribute sh64-elf.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / relax-2.s
1 ! Check relaxation for PTB. This is like relax-1.s, but presumably we can
2 ! have bugs in the slight differences in limit-checking compared to PT and
3 ! PTA.
4
5 .mode SHmedia
6 start:
7 nop
8 start2:
9 ptb x0,tr3
10 .mode SHcompact
11 x1:
12 .mode SHmedia
13 a1:
14 ptb x0,tr4
15 .space 32767*4-4,0
16 .mode SHcompact
17 x0:
18 .mode SHmedia
19 a0:
20 ptb x1,tr5
21 ptb x1,tr6
22 ptb x1,tr6
23 ptb x1,tr7
This page took 0.032257 seconds and 4 git commands to generate.