Remove sh-symbianelf support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / pt-1.s
1 ! Check simple use of PT/PTA.
2 .text
3 start:
4 nop
5 start1:
6 nop
7 start4:
8 pt start1,tr5
9 nop
10 pt start2,tr7
11 nop
12 start2:
13 pta start3,tr4
14 nop
15 start3:
16 pta start4,tr3
17 nop
This page took 0.029798 seconds and 4 git commands to generate.