(root)/
binutils-2.41/
ld/
testsuite/
ld-aarch64/
gc-plt-main.s
	.data
	.global var
	.text
	.globl _start
	.type _start, %function
_start:
	bl	foo
	.size _start, . - _start