[2/2][LD][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8/16/32/64_TPREL_LO12 support in LD.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / ifunc-18b.s
1 .text
2 .type foo, %gnu_indirect_function
3 .hidden foo
4 .globl foo
5 foo:
6 ret
7 .size foo, .-foo
8 .globl bar
9 bar:
10 bl foo1
11 ret
12 .size bar, .-bar
13 .hidden foo1
14 .globl foo1
15 foo1 = foo
This page took 0.038449 seconds and 4 git commands to generate.