This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / sh64 / shmix-2.s
CommitLineData
1b19eb81
AO
1! A SHmedia object, that we will link to a SHcompact 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 .text
5 .mode SHmedia
6
7 .global start
8 .global medialabel1
9 .global medialabel2
10 .global medialabel3
11start:
12 movi compactlabel1,r14
13 movi compactlabel4,r14
14medialabel1:
15 pt compactlabel2,tr6
16medialabel2:
17 nop
18
19 .section .rodata
20 .long compactlabel3
21medialabel3:
22 .long compactlabel5
23
24 .data
25 .global medialabel4
26 .long 0
27medialabel4:
28 .long compactlabel2
This page took 0.048862 seconds and 4 git commands to generate.