aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/pic-and-nonpic-1a-r6.s
blob: 340004bca424886f78b2f44538514f3568aaa9fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
	.abicalls
	.global	f1
	.global	f2
	.global	f3
	.ent	f1
f1:
	.set	noreorder
	.cpload	$25
	.set	reorder
	.option	pic0
	jal	f3
	.option	pic2
	jr	$31
	.end	f1

	.ent	f2
f2:
	.set	noreorder
	.cpload	$25
	.set	reorder
	jr	$31
	.end	f2

	.ent	f3
f3:
	sll	$2,16
	addu	$2,$2,$3
	.end	f3