aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/tprel.s
blob: 67a13e79f7cca4b4a67ff9f30c681f56f7c5fab4 (plain)
1
2
3
4
5
6
7
8
9
10
	.section ".tbss","awT",@nobits
	.p2align 2
wot:	.space 4

	.text
	.global _start
_start:
	addis 3,REG,wot@tprel@ha
	lwz 3,wot@tprel@l(3)
	blr