summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/mips16-call-global-2.s
blob: 7f9bbf09c2fdb8240ae6ed78ee1a2358d020b3d0 (plain)
1
2
3
4
5
6
7
8
9
	.set	mips16

	.globl	x
	.ent	x
	.type	x,@function
	.align	4
x:
	jr	$31
	.end	x