summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s
blob: 1eff3093c8b039c16408026ccb28eb5c818e419e (plain)
1
2
3
4
5
6
7
8
9
10
	.abicalls
	.option	pic0
	.global	__start
	.set	micromips
	.ent	__start
__start:
	jal	f1
	jal	f2
	jal	f3
	.end	__start