Always run LTO tests on Linux with GCC 4.9 or newer
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-gc-75.d
CommitLineData
bcae4342
HPN
1#source: start1.s
2#source: tls-x.s
3#source: tls-gd-2.s
4#source: tls-ie-10.s
5#source: tls-gd-1.s
6#source: tls-ie-8.s
7#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
8#ld: -m crislinux --gc-sections
9#objdump: -s -t -r -p
10
11# An executable with a R_CRIS_32_GOT_GD, a R_CRIS_16_GOT_GD, a
12# R_CRIS_32_GOT_TPREL and a R_CRIS_16_GOT_TPREL against the same
13# symbol, gc:ed. Check that we have proper NPTL/TLS markings and GOT.
14
15.*: file format elf32-cris
16
17Program Header:
18 LOAD off 0x0+ vaddr 0x0+80000 paddr 0x0+80000 align 2\*\*13
19 filesz 0x0+78 memsz 0x0+78 flags r-x
20 LOAD off 0x0+78 vaddr 0x0+82078 paddr 0x0+82078 align 2\*\*13
21 filesz 0x0+c memsz 0x0+c flags rw-
22private flags = 0:
23
24SYMBOL TABLE:
d2667025
AM
250+80074 l d \.text 0+ \.text
260+82078 l d \.got 0+ \.got
d2667025 270+82078 l O \.got 0+ _GLOBAL_OFFSET_TABLE_
d2667025 280+80074 g \.text 0+ _start
c4621b33
AM
290+82084 g \.got 0+ __bss_start
300+82084 g \.got 0+ _edata
310+820a0 g \.got 0+ _end
bcae4342 32
d2667025 33Contents of section \.text:
bcae4342 34 80074 41b20+ .*
d2667025 35Contents of section \.got:
bcae4342 36 82078 0+ 0+ 0+ .*
This page took 0.33175 seconds and 4 git commands to generate.