[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 / farcall-bl-defsym.s
CommitLineData
b261b4db
JW
1 .global _start
2 .global bar
3
4# We will place the section .text at 0x1000.
5
6 .text
7
8_start:
9 bl bar
10 ret
This page took 0.137479 seconds and 4 git commands to generate.