Remove sh-symbianelf support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / pt-2.s
CommitLineData
3c74c164
AO
1! Check inter-segment pt and pta
2 .text
3start:
4 nop
5start1:
6 nop
7start4:
8 pt start1,tr5
9 nop
10
11 pt start2,tr7
12 nop
13
14 .section .text.other,"ax"
15dummylabel: ! Needed to hang a marker that this is SHmedia.
16 nop
17start2:
18 pta start3,tr4
19 nop
20start3:
21 pta start4,tr3
22 nop
This page took 0.986025 seconds and 4 git commands to generate.