Upload Tizen:Base source
[external/binutils.git] / ld / testsuite / ld-powerpc / tlslib32.s
1         .global __tls_get_addr,__tls_get_addr_opt,gd,ld
2         .type __tls_get_addr,@function
3         .type __tls_get_addr_opt,@function
4
5         .section ".tbss","awT",@nobits
6         .align 2
7 gd:     .space 4
8
9         .section ".tdata","awT",@progbits
10         .align 2
11 ld:     .long 0xc0ffee
12
13         .text
14 __tls_get_addr:
15 __tls_get_addr_opt:
16         blr