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

	.globl	f2
	.ent	f2
f2:
	.rept	8000
	makeref	bar
	.endr
	.end	f2