(root)/
binutils-2.41/
ld/
testsuite/
ld-x86-64/
pr27491-4a.s
	.weak __start_xx
	.weak __stop_xx

	.text
	.global foo
foo:
	movq	__start_xx@gotpcrel(%rip), %rax
	movq	__stop_xx@gotpcrel(%rip), %rax

	.section xx,"a",unique,1
	.byte 0