ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tlslib32.s
CommitLineData
a7f2871e 1 .global __tls_get_addr,__tls_get_addr_opt,gd,ld
2a050fb5 2 .type __tls_get_addr,@function
a7f2871e 3 .type __tls_get_addr_opt,@function
2a050fb5
AM
4
5 .section ".tbss","awT",@nobits
6 .align 2
7gd: .space 4
8
9 .section ".tdata","awT",@progbits
10 .align 2
11ld: .long 0xc0ffee
12
13 .text
14__tls_get_addr:
a7f2871e 15__tls_get_addr_opt:
2a050fb5 16 blr
This page took 0.744792 seconds and 4 git commands to generate.