summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-x86-64/protected4.s
blob: c6e41ec189ea5d772e504797ef033b43367d0f01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.text
	.protected	foo
	.globl foo
	.type	foo, @function
foo:
	ret
	.size	foo, .-foo
	.globl bar
	.type	bar, @function
bar:
	movabsq	$foo@GOTOFF, %rax
	.size	bar, .-bar