~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/pic-and-nonpic-6-n32c.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
        .abicalls
 
2
        .option pic0
 
3
        .set    noreorder
 
4
        .global __start
 
5
        .ent    __start
 
6
__start:
 
7
        jal     f1
 
8
        nop
 
9
        lui     $2,%hi(f2)
 
10
        addiu   $2,$2,%lo(f2)
 
11
        jal     extf3
 
12
        nop
 
13
        jal     extf4
 
14
        nop
 
15
        jal     extf5
 
16
        nop
 
17
        lui     $2,%hi(extd2)
 
18
        addiu   $2,$2,%lo(extd2)
 
19
        lui     $2,%hi(extd3)
 
20
        addiu   $2,$2,%lo(extd3)
 
21
        .end    __start
 
22
 
 
23
        .data
 
24
        .word   extd2
 
25
        .word   extd4