~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-size/size64-2.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
# 64-bit size relocation against TLS symbol in shared object
 
2
        .globl  xxx
 
3
        .section        .tbss,"awT",%nobits
 
4
        .p2align 2
 
5
        .type   xxx, %object
 
6
        .size   xxx, 40
 
7
xxx:
 
8
        .zero   40
 
9
        .globl  yyy
 
10
        .section        .tdata,"awT",%progbits
 
11
        .p2align 2
 
12
        .type   yyy, %object
 
13
        .size   yyy, 40
 
14
yyy:
 
15
        .zero   40
 
16
        .data
 
17
        .p2align 2
 
18
        .quad   xxx@SIZE
 
19
        .quad   yyy@SIZE
 
20
        .quad   zzz@SIZE
 
21
        .quad   zzz@SIZE-30
 
22
        .quad   zzz@SIZE+30