summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.s
blob: 7e25bf48bf4a569ce957af1508c622de2592bf4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.abicalls
	.option	pic0
	.global	__start
	.ent	__start
__start:
	lui	$2,%hi(obj1)
	addiu	$2,$2,%lo(obj1)
	.end	__start
	.word	obj2

	.data
	.word	obj2
	.word	obj3