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