* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/binutils-gdb.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
This page took 0.029183 seconds and 4 git commands to generate.