AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-22.s
CommitLineData
49206388
WN
1 .text
2 .type ifunc, @gnu_indirect_function
3 .global ifunc
4ifunc:
5 ret
6 .size ifunc, .-ifunc
7 .type _start, @function
8 .globl _start
9_start:
10 adrp x0, :got:ifunc
11 ldr x0, [x0, #:got_lo12:ifunc]
12 .size _start, .-_start
13 .data
14 .xword ifunc
This page took 0.340207 seconds and 4 git commands to generate.