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

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/mips/elf-rel13.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
        .ent    foo
 
2
foo:
 
3
        lw      $4,%got(l1)($gp)
 
4
        lw      $4,%got(l2)($gp)
 
5
        lw      $4,%got(l3)($gp)
 
6
        lw      $4,%got(l3)($gp)
 
7
        lw      $4,%got(l1+0x400)($gp)
 
8
        addiu   $4,$4,%lo(l1)
 
9
        addiu   $4,$4,%lo(l1+0x400)
 
10
        addiu   $4,$4,%lo(l3)
 
11
        addiu   $4,$4,%lo(l2)
 
12
        .space  64
 
13
        .end    foo
 
14
 
 
15
        .data
 
16
l1:     .word   1
 
17
 
 
18
        .lcomm  l2, 4
 
19
 
 
20
        .rdata
 
21
        .word   1
 
22
l3:     .word   2