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