summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/mips16-pcrel-absolute.s
blob: 3766568d72f9170c18be07406f71629671179938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
	.text

	.space	0x1000

	.ent	foo
	.set	mips16
foo:
	la	$2, bar
	lw	$2, bar
	nop
	.set	nomips16
	.end	foo

# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
	.align	4, 0
	.space	16

	.set	bar, 0x1234