aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/pic-reloc-6.s
blob: 777ea260f10e0c77d2195f9e8546e75648b3bfb4 (plain)
1
2
3
4
5
6
7
8
9
10
	.text
	.globl	foo
	.ent	foo
foo:
$LCL:
	li	$2, %hi($LCL)
	addiu	$2, %lo($LCL)
	li	$2, %hi(bar)
	addiu	$2, %lo(bar)
	.end	foo