IFUNC: Update IFUNC resolver check with DT_TEXTREL
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-gc-68.d
CommitLineData
bcae4342
HPN
1#source: start1.s
2#source: tls-x.s
3#source: tls-local-58.s
4#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
5#ld: -m crislinux --gc-sections
6#objdump: -s -t -r -p
7
8# An executable with a R_CRIS_32_GOT_GD and a R_CRIS_16_GOT_GD against
9# the same local symbol, gc:ed. Check that we have nothing left but
5c3261b0 10# the start symbol and its code.
bcae4342
HPN
11
12.*: file format elf32-cris
13
14Program Header:
15 LOAD off 0x0+ vaddr 0x0+80000 paddr 0x0+80000 align 2\*\*13
5c3261b0 16 filesz 0x0+58 memsz 0x0+58 flags r-x
bcae4342
HPN
17private flags = 0:
18
19SYMBOL TABLE:
5c3261b0
L
200+80054 l d \.text 0+ \.text
210+80054 g \.text 0+ _start
220+82058 g \.text 0+ __bss_start
230+82058 g \.text 0+ _edata
240+82060 g \.text 0+ _end
bcae4342 25
d2667025 26Contents of section \.text:
5c3261b0 27 80054 41b20+ .*
This page took 0.66584 seconds and 4 git commands to generate.