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