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

	.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