AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-90.s
1 .global v1
2 .size v1, 409600
3 .global v2
4 .section .tdata,"awT",%progbits
5 v1:
6 .zero 409600
7 v2:
8 .word 0xcafecafe
9
10 .text
11 add w20, w9, #:dtprel_hi12:v2
This page took 0.03521 seconds and 4 git commands to generate.