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

	.globl	__start
	.ent	__start
__start:
	.frame	$sp,24,$31
	save	24,$31
	jal	x+8
	jal	y+8
	restore	24,$31
	j	$31
	.end	__start