~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-mips-elf/reloc-merge-lo16.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
        .section .rodata.str1.4,"aMS", @progbits, 1
 
2
        .macro  fillstr char
 
3
        .rept   0x3fff - \char
 
4
        .byte   \char
 
5
        .endr
 
6
        .byte   0
 
7
        .endm
 
8
        fillstr 'a'
 
9
        fillstr 'h'
 
10
        fillstr 'c'
 
11
        fillstr 'd'
 
12
        fillstr 'g'
 
13
        fillstr 'f'
 
14
g:
 
15
        fillstr 'g'
 
16
        fillstr 'h'
 
17
 
 
18
        .text
 
19
        .globl  __start
 
20
        .ent    __start
 
21
        .type   __start, @function
 
22
__start:
 
23
        lui     $2, %hi(g)
 
24
        addiu   $3, $2, %lo(g)
 
25
        addiu   $2, $2, %lo(g)
 
26
        .end    __start
 
27
 
 
28
        .space  16