Make bfd.link_next field a union
[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.
10# After gc-section removal we are cheking that symbols does not exit
11# got section is empty and text section contains only start function.
12
6b5d8151 13.*: file format elf64-(little|big)aarch64
cb8af559
NC
14
15SYMBOL TABLE:
160+8000 l d \.text 0+ \.text
170+9000 l d \.got 0+ \.got
180+0000 l df \*ABS\* 0+ .*
190+0000 l \*UND\* 0+ __tls_get_addr
200+0000 l df \*ABS\* 0+
210+9000 l O \.got 0+ _GLOBAL_OFFSET_TABLE_
220+8000 g \.text 0+ _start
23
24Contents of section .text:
25 8000 1f2003d5 .*
26Contents of section .got:
27 9000 0+ 0+ 0+ 0+ .*
9d115506 28 9010 0+ 0+ 0+ 0+ .*
cb8af559
NC
29
30Disassembly of section .text:
31
320+8000 \<_start>:
33 8000: d503201f nop
34
This page took 0.068442 seconds and 4 git commands to generate.