~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/ld/testsuite/ld-sh/sh64/shmix-3.s

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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