summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/hidden2.s
blob: 03e2ce72c791fc2e54c30ef4c6819c298e0c3f4d (plain)
1
2
3
4
5
6
7
8
9
	.text
.globl bar
	.type	bar, @function
bar:
	call	foo
	ret
	.size	bar, .-bar
	.weak	foo
	.hidden	foo