aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/protected1.s
blob: 2edaeb20dc3f22d116c100176c6e669633f06e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.text
.globl foo
	.protected	foo
	.type	foo, @function
foo:
	ret
	.size	foo, .-foo
.globl bar
	.type	bar, @function
bar:
	leal	foo@GOTOFF(%ecx), %eax
	ret
	.size	bar, .-bar