Remove sh-symbianelf support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / sh64 / shmix-3.s
CommitLineData
1b19eb81
AO
1! A SHcompact object, that we will link to a SHmedia object.
2! We will be using .text for the SHmedia code and .text.compact for the
3! SHcompact code, so we don't get two ISA in the same section.
4 .section .text.compact,"ax"
5 .mode SHcompact
6 .global compactlabel1
7 .global compactlabel2
8 .global compactlabel3
9 .global compactlabel4
10 .global compactlabel5
11locallabel:
12 nop
13compactlabel1:
14 mova compactlabel2,r0
15compactlabel2:
16 mova compactlabel3,r0
17 nop
18compactlabel3:
19 nop
f60ec7ac 20 .align 2
1b19eb81
AO
21 .long medialabel1
22 .long medialabel4
23
24 .section .rodata
25 .long medialabel2
26compactlabel4:
27 .long medialabel3
28
29 .data
30 .long 0
31compactlabel5:
32 .long medialabel4
This page took 0.683649 seconds and 4 git commands to generate.