summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/protected2.s
blob: 61e5aecb49af71fea18070bbd08ad233e820f1fb (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:
	call	foo
	ret
	.size	bar, .-bar