Remove sh-symbianelf support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / mix-1.s
CommitLineData
3c74c164
AO
1! Check mixed-mode objects; different sections holding different ISA:s.
2 .mode SHcompact
3 .text
4start:
5 bt forw
6 mova start2,r0
7start2:
8 nop
9forw:
10 nop
11
12 .section .text.media,"ax"
13 .mode SHmedia
14mediacode:
15 ptb forw,tr4
16 pt start2,tr5
17mediacode2:
18 movi start2,r54
19 movi mediacode2,r45
20 pta mediacode2,tr7
21 nop
This page took 0.888448 seconds and 4 git commands to generate.