AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / farcall-b.s
CommitLineData
a06ea964
NC
1 .global _start
2 .global bar
3
4# We will place the section .text at 0x1000.
5
6 .text
7
8_start:
9 b bar
10 ret
11
12# We will place the section .foo at 0x8001000.
13
14 .section .foo, "xa"
15 .type bar, @function
16bar:
17 ret
This page took 0.349201 seconds and 4 git commands to generate.