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