AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-13a.s
1 .text
2 .type foo, @function
3 .global foo
4 foo:
5 adrp x0, xxx
6 add x0, x0, :lo12:xxx
7 ret
8
9 .data
10 xxx:
11 .quad ifunc
This page took 0.039964 seconds and 4 git commands to generate.