Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-15.s
blobf94b4a667c4a70c2c0e47693eecd9e157954e28a
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