summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-aarch64/ifunc-13a.s
blob: 873e06ed09135b18a016eb62829718754e5178ca (plain)
1
2
3
4
5
6
7
8
9
10
11
	.text
        .type foo, @function
	.global foo
foo:
	adrp    x0, xxx
        add     x0, x0, :lo12:xxx
        ret

	.data
xxx:
	.quad ifunc