Make bfd.link_next field a union
[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
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:
d2667025
AM
220+80074 l d \.text 0+ \.text
230+82078 l d \.got 0+ \.got
240+82084 l \.got 0+ __bss_start
250+82084 l \.got 0+ _edata
260+82078 l O \.got 0+ _GLOBAL_OFFSET_TABLE_
270+820a0 l \.got 0+ _end
280+80074 g \.text 0+ _start
bcae4342 29
d2667025 30Contents of section \.text:
bcae4342 31 80074 41b20+ .*
d2667025 32Contents of section \.got:
bcae4342 33 82078 0+ 0+ 0+ .*
This page took 0.252034 seconds and 4 git commands to generate.