aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/reloc-6b.s
blob: e75060e1510ed0461ec21dca64287c55a4a88ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.globl	__start .text
	.type	__start, @function
	.globl	gs .text
__start:
gs:
ls:
	lw	$4,%got_page(us)($gp)
	addiu	$4,$4,%got_ofst(us)
	lw	$4,%got_page(gs)($gp)
	addiu	$4,$4,%got_ofst(gs)
	lw	$4,%got_page(ls)($gp)
	addiu	$4,$4,%got_ofst(ls)