aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/tlslib.s
blob: 299bb27e5118429b49949bb33cfee39c414c378a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
	.global .__tls_get_addr,__tls_get_addr,gd,ld

	.section ".opd","aw",@progbits
__tls_get_addr:
	.align 3
	.quad	.__tls_get_addr
	.quad	.TOC.@tocbase
	.quad	0

	.section ".tbss","awT",@nobits
	.align 3
gd:	.space 8

	.section ".tdata","awT",@progbits
	.align 2
ld:	.long 0xc0ffee

	.text
.__tls_get_addr:
	blr