]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-sh/sh64/shmix-3.s
Remove sh-symbianelf support
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-sh / sh64 / shmix-3.s
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
11 locallabel:
12 nop
13 compactlabel1:
14 mova compactlabel2,r0
15 compactlabel2:
16 mova compactlabel3,r0
17 nop
18 compactlabel3:
19 nop
20 .align 2
21 .long medialabel1
22 .long medialabel4
23
24 .section .rodata
25 .long medialabel2
26 compactlabel4:
27 .long medialabel3
28
29 .data
30 .long 0
31 compactlabel5:
32 .long medialabel4