ABS32
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-15.s
CommitLineData
1419bbe5
WN
1 .text
2 .type foo, @function
3 .global foo
4foo:
5 adrp x0, :got:ifunc
6 ldr x0, [x0, #:got_lo12:ifunc]
7 ret
8 .type ifunc, @gnu_indirect_function
9 .globl ifunc
10ifunc:
11 ret
This page took 0.119848 seconds and 4 git commands to generate.