* emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tlslib.s
CommitLineData
266fb683
AM
1 .global .__tls_get_addr,__tls_get_addr,gd,ld
2
3 .section ".opd","aw",@progbits
4__tls_get_addr:
5 .align 3
6 .quad .__tls_get_addr
7 .quad .TOC.@tocbase
8 .quad 0
9
10 .section ".tbss","awT",@nobits
11 .align 3
12gd: .space 8
13
14 .section ".tdata","awT",@progbits
15 .align 2
16ld: .long 0xc0ffee
17
18 .text
19.__tls_get_addr:
20 blr
This page took 0.02297 seconds and 4 git commands to generate.