(root)/
binutils-2.41/
ld/
testsuite/
ld-aarch64/
farcall-b-defsym.s
	.global _start
	.global bar

# We will place the section .text at 0x1000.

	.text

_start:
	b bar
	ret