This commit was generated by cvs2svn to track changes on a CVS vendor
[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
20 .long medialabel1
21 .long medialabel4
22
23 .section .rodata
24 .long medialabel2
25compactlabel4:
26 .long medialabel3
27
28 .data
29 .long 0
30compactlabel5:
31 .long medialabel4
This page took 0.076661 seconds and 4 git commands to generate.