aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr26018.s
blob: 0b36f2bb117c58f4e921743517beb3a16f5a5458 (plain)
1
2
3
4
5
6
7
	.global _start, foo
	.type foo, %function
	.text
_start:
	call foo@PLT
foo:
	ret