PR ld/13683
[binutils.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
10# the start symbol and its code. Can't get rid of the GOT just yet.
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+78 memsz 0x0+78 flags r-x
17 LOAD off 0x0+78 vaddr 0x0+82078 paddr 0x0+82078 align 2\*\*13
18 filesz 0x0+c memsz 0x0+c flags rw-
19private flags = 0:
20
21SYMBOL TABLE:
220+80074 l d .text 0+ .text
230+82078 l d .got 0+ .got
2aa9aad9
NC
240+82084 l \*ABS\* 0+ __bss_start
250+82084 l \*ABS\* 0+ _edata
935bd1e0 260+82078 l O .got 0+ _GLOBAL_OFFSET_TABLE_
2aa9aad9 270+820a0 l \*ABS\* 0+ _end
bcae4342 280+80074 g .text 0+ _start
bcae4342
HPN
29
30Contents of section .text:
31 80074 41b20+ .*
32Contents of section .got:
33 82078 0+ 0+ 0+ .*
This page took 0.390102 seconds and 4 git commands to generate.