bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tlslib.s
CommitLineData
266fb683 1 .global .__tls_get_addr,__tls_get_addr,gd,ld
ac8b6cc0 2 .type .__tls_get_addr,@function
266fb683
AM
3
4 .section ".opd","aw",@progbits
5__tls_get_addr:
6 .align 3
7 .quad .__tls_get_addr
8 .quad .TOC.@tocbase
9 .quad 0
10
11 .section ".tbss","awT",@nobits
12 .align 3
13gd: .space 8
14
15 .section ".tdata","awT",@progbits
16 .align 2
17ld: .long 0xc0ffee
18
19 .text
20.__tls_get_addr:
21 blr
This page took 0.168356 seconds and 4 git commands to generate.