PR25593, --as-needed breaks DT_NEEDED order with linker plugin
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-gc-76.d
CommitLineData
bcae4342
HPN
1#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
2#ld: -m crislinux --gc-sections -u gc76fn
3#source: start1.s
4#source: tls-gc-76.s
5#source: tls-hx.s
6#objdump: -s -t -r -p
7
8# Executable with a single R_CRIS_32_DTPREL, gc:ed away.
9# A GOT reference through a local symbol to a variable survives gc.
10
11
12.*: file format elf32-cris
13
14Program Header:
15 LOAD off 0x0+ vaddr 0x0+80000 paddr 0x0+80000 align 2\*\*13
16 filesz 0x0+80 memsz 0x0+80 flags r-x
17 LOAD off 0x0+80 vaddr 0x0+82080 paddr 0x0+82080 align 2\*\*13
18 filesz 0x0+14 memsz 0x0+14 flags rw-
19private flags = 0:
20
21SYMBOL TABLE:
d2667025
AM
220+80074 l d \.text 0+ \.text
230+82080 l d \.got 0+ \.got
240+82090 l d \.data 0+ \.data
ffbc01cc 250+ l df \*ABS\* 0+ .*
d2667025 260+82090 l O \.data 0+4 gc76var
ffbc01cc 270+ l df \*ABS\* 0+ .*
d2667025 280+82080 l O \.got 0+ _GLOBAL_OFFSET_TABLE_
d2667025 290+80074 g \.text 0+ _start
c4621b33
AM
300+82094 g \.data 0+ __bss_start
310+82094 g \.data 0+ _edata
320+820a0 g \.data 0+ _end
d2667025 330+80078 g F \.text 0+6 gc76fn
bcae4342 34
d2667025 35Contents of section \.text:
bcae4342 36 80074 41b20+ 6fae0c00 0+ .*
d2667025 37Contents of section \.got:
bcae4342 38 82080 0+ 0+ 0+ 90200800 .*
d2667025 39Contents of section \.data:
bcae4342 40 82090 0+ .*
This page took 0.542929 seconds and 4 git commands to generate.