aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/mips16-call-global-2.s
blob: 2843fcd6ecd40690cb72c75f7a0b9c7865e65c9b (plain)
1
2
3
4
5
6
7
8
	.set	mips16

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