(root)/
binutils-2.41/
ld/
testsuite/
ld-aarch64/
ifunc-13a.s
	.text
        .type foo, @function
	.global foo
foo:
	adrp    x0, xxx
        add     x0, x0, :lo12:xxx
        ret

	.data
xxx:
	.quad ifunc