gdb/testsuite: Merge whatis.exp and ctf-whatis.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-gc-69.d
CommitLineData
bcae4342
HPN
1#source: start1.s
2#source: tls-x.s
3#source: tls-local-59.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, a R_CRIS_16_GOT_GD, a
9# R_CRIS_32_GOT_TPREL and a R_CRIS_16_GOT_TPREL against the same local
10# symbol, gc:ed. Check that we have nothing left but the start symbol
5c3261b0 11# and its code.
bcae4342
HPN
12
13.*: file format elf32-cris
14
15Program Header:
16 LOAD off 0x0+ vaddr 0x0+80000 paddr 0x0+80000 align 2\*\*13
5c3261b0 17 filesz 0x0+58 memsz 0x0+58 flags r-x
bcae4342
HPN
18private flags = 0:
19
20SYMBOL TABLE:
5c3261b0
L
210+80054 l d \.text 0+ \.text
220+80054 g \.text 0+ _start
230+82058 g \.text 0+ __bss_start
240+82058 g \.text 0+ _edata
250+82060 g \.text 0+ _end
bcae4342
HPN
26
27Contents of section .text:
5c3261b0 28 80054 41b20+ .*
This page took 0.474618 seconds and 4 git commands to generate.