AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-17b.s
1 .weak foo
2 .type foo, %gnu_indirect_function
3 .size foo,1
4 .text
5 foo:
6 .byte 1
This page took 0.038069 seconds and 4 git commands to generate.