Home | History | Annotate | Download | only in ld-powerpc
      1 	.global __tls_get_addr,__tls_get_addr_opt,gd,ld
      2 	.type __tls_get_addr,@function
      3 	.type __tls_get_addr_opt,@function
      4 
      5 	.section ".opd","aw",@progbits
      6 __tls_get_addr:
      7 __tls_get_addr_opt:
      8 	.align 3
      9 	.quad	.L.__tls_get_addr
     10 	.quad	.TOC.@tocbase
     11 	.quad	0
     12 
     13 	.section ".tbss","awT",@nobits
     14 	.align 3
     15 gd:	.space 8
     16 
     17 	.section ".tdata","awT",@progbits
     18 	.align 2
     19 ld:	.long 0xc0ffee
     20 
     21 	.text
     22 .L.__tls_get_addr:
     23 	blr
     24 	.size __tls_get_addr,. - .L.__tls_get_addr
     25