[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 / gc-plt2.s
CommitLineData
edb2fa9a
MS
1 .text
2 .align 2
3 .global bar
4 .type bar, %function
5bar:
6 b foo
7
8 .align 2
9 .type foo, %function
10foo:
11 bl hidfn
This page took 0.238184 seconds and 4 git commands to generate.