Dynamic TLS section symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-gc-70.d
CommitLineData
bcae4342
HPN
1#source: start1.s
2#source: tls128.s
3#source: tls-gd-3.s
4#source: tls-x.s
5#as: --no-underscore --em=criself
6#ld: -m crislinux --gc-sections
7#objdump: -s -t -r -p
8
9# An executable with a single R_CRIS_32_GD, with gc. Check that we
5c3261b0 10# have nothing left but 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.504122 seconds and 4 git commands to generate.