summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/got-page-3c.s
blob: cd7656cd4a133c0b1d57bf8c1ea25e4cecb32093 (plain)
1
2
3
4
5
6
7
8
9
10
11
	.macro	makeref,sym
	lw	$5,%got(\sym\@)($gp)
	.endm

	.globl	f3
	.ent	f3
f3:
	.rept	8000
	makeref	frob
	.endr
	.end	f3