aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/pic-and-nonpic-2a.s
blob: f360b0eb2df9f5dc240862243f0f6e4c552cff62 (plain)
1
2
3
4
5
6
7
8
	.abicalls
	.option	pic0
	.global	__start
	.type	__start, @function
	.ent	__start
__start:
	jal	foo
	.end	__start