~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-powerpc/oldtlslib.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
        .global __tls_get_addr,__tls_get_addr_opt,gd,ld
 
2
        .global .__tls_get_addr,.__tls_get_addr_opt
 
3
        .type .__tls_get_addr,@function
 
4
        .type .__tls_get_addr_opt,@function
 
5
 
 
6
        .section ".opd","aw",@progbits
 
7
__tls_get_addr:
 
8
__tls_get_addr_opt:
 
9
        .align 3
 
10
        .quad   .__tls_get_addr
 
11
        .quad   .TOC.@tocbase
 
12
        .quad   0
 
13
        .size __tls_get_addr,24
 
14
        .size __tls_get_addr_opt,24
 
15
 
 
16
        .section ".tbss","awT",@nobits
 
17
        .align 3
 
18
gd:     .space 8
 
19
 
 
20
        .section ".tdata","awT",@progbits
 
21
        .align 2
 
22
ld:     .long 0xc0ffee
 
23
 
 
24
        .text
 
25
.__tls_get_addr:
 
26
.__tls_get_addr_opt:
 
27
        blr
 
28
        .size .__tls_get_addr,. - .__tls_get_addr
 
29
        .size .__tls_get_addr_opt,. - .__tls_get_addr_opt