summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/mips16-pic-4b.s
blob: 9cb5cb4cb93d993c8ab1176763c32b7382e866ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.abicalls
	.set	noreorder

	# Define a MIPS16 function f1@@V1.

	.global	_f1
	.symver	_f1,f1@@V1

	.set	mips16
	.type	_f1,@function
	.ent	_f1
_f1:
	jr	$31
	nop
	.end	_f1