summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/mips/pcrel-1.s
blob: ba93a5b818abb2a5d133a49da8438fe9d2e9b005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.text
	.ent	func
func:
	lui	$4,%hi(foo-.)
	addiu	$4,%lo(foo-.)
	.end	func

	.space	0x8008

	.ent	foo
foo:
	nop
	.end	foo