summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/ehdr_start-new.s
blob: 5ee00dc4addb5732d676bb4125380fc3bb866f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.abicalls
	.text
	.weak	__ehdr_start
	.globl	__start
	.ent	__start
	.frame	$29, 0, $31
	.mask	0x00000000, 0
__start:
	.cplocal $2
	.cpsetup $t9, $zero, __start
	lw	$2, __ehdr_start
	jr	$31
	.end	__start