[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-tls-relocs.d
CommitLineData
cb8af559
NC
1#source: gc-start.s
2#source: gc-relocs-tlsgd.s
3#source: gc-relocs-tlsdesc.s
4#source: gc-relocs-tlsie.s
5#source: gc-relocs-tlsle.s
6#ld: --gc-sections -T aarch64.ld
7#objdump: -s -t -d
8
9# Executable with tls related relocs against global and local symbol gced.
5c3261b0
L
10# After gc-section removal we are cheking that symbols and got section do
11# not exist and text section contains only start function.
cb8af559 12
6b5d8151 13.*: file format elf64-(little|big)aarch64
cb8af559
NC
14
15SYMBOL TABLE:
160+8000 l d \.text 0+ \.text
cb8af559 170+0000 l df \*ABS\* 0+ .*
cb8af559
NC
180+8000 g \.text 0+ _start
19
20Contents of section .text:
21 8000 1f2003d5 .*
cb8af559
NC
22
23Disassembly of section .text:
24
250+8000 \<_start>:
26 8000: d503201f nop
27
This page took 0.231889 seconds and 4 git commands to generate.