summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/mips16-call-global-3.s
blob: 1606e3c7bbed9192d1d4d31714c0cd3bdb189e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	.set	nomips16

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

	.ent	z
	.type	z,@function
z:
	jr	$31
	.end	z

	.space 8