aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/retain5lib.s
blob: 4e8373171938c7b6a3e00f3b8149e7a64104a2f2 (plain)
1
2
3
4
5
6
/* The link will fail if foo is included because undefined_sym is not defined.  */
	.section	.text.foo,"axR"
	.global	foo
	.type	foo, %function
foo:
	.long undefined_sym