* ld-elf/flags1.d: Add xfails for ports for which the test will work.
[binutils.git] / ld / testsuite / ld-powerpc / tlslib32.s
blob98cd3e9175ef606a84b2714f7ad2e828ce5df886
1 .global __tls_get_addr,gd,ld
2 .type __tls_get_addr,@function
4 .section ".tbss","awT",@nobits
5 .align 2
6 gd: .space 4
8 .section ".tdata","awT",@progbits
9 .align 2
10 ld: .long 0xc0ffee
12 .text
13 __tls_get_addr:
14 blr