summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/mips16-pic-1b.s
blob: 9a17072f2e4632120a2a156443a96434c2b607be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
	.abicalls
	.set	noreorder
	.include "mips16-pic-1.inc"

	callpic	unused6,mips16
	jals	unused7,mips16
	jals	unused10,mips16
	callpic	used8,nomips16
	jals	used9,nomips16
	callpic	used15,nomips16
	jals	used16,nomips16
	callpic	used21,mips16

	.globl	__start
	.ent	__start
	.set	nomips16
__start:
	nop
	.end	__start