Have the linker's help text include the default setting of the --hash-style option...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-15.s
1 .text
2 .type foo, @function
3 .global foo
4 foo:
5 adrp x0, :got:ifunc
6 ldr x0, [x0, #:got_lo12:ifunc]
7 ret
8 .type ifunc, @gnu_indirect_function
9 .globl ifunc
10 ifunc:
11 ret
This page took 0.041314 seconds and 4 git commands to generate.