x86: eliminate ImmExt abuse
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-21.s
CommitLineData
b1ee0cc4
WN
1 .text
2 .type ifunc, @gnu_indirect_function
3 .hidden ifunc
4ifunc:
5 ret
6 .size ifunc, .-ifunc
7 .type bar, @function
8 .globl bar
9bar:
10 adrp x0, :got:ifunc
11 ldr x0, [x0, #:got_lo12:ifunc]
12 ret
13 .size bar, .-bar
This page took 0.397133 seconds and 4 git commands to generate.