aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/pic-reloc-5.s
blob: 456d834a10eb3de042bb9f39a696759a63a31285 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
	.text
	.globl	foo
	.globl  global_tls
	.ent	foo
foo:
$LCL:
	lui	$2, %hi($LCL)
	addiu	$2, %lo($LCL)
	lui	$2, %hi(bar)
	addiu	$2, %lo(bar)
	lui	$a0,%tprel_hi(local_tls)
	addiu	$a0,$a0,%tprel_lo(local_tls)
	lui	$a0,%tprel_hi(global_tls)
	addiu	$a0,$a0,%tprel_lo(global_tls)
	.end	foo
	.type	local_tls,%object
	.type	global_tls,%object
	.section	.tbss,"awT",@nobits
local_tls:
	.word
global_tls:
	.word