testsuite/ld-cris various files: Run ld with --hash-style=sysv.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-gc-76.d
1 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
2 #ld: -m crislinux --gc-sections -u gc76fn
3 #source: start1.s
4 #source: tls-gc-76.s
5 #source: tls-hx.s
6 #objdump: -s -t -r -p
7
8 # Executable with a single R_CRIS_32_DTPREL, gc:ed away.
9 # A GOT reference through a local symbol to a variable survives gc.
10
11
12 .*: file format elf32-cris
13
14 Program Header:
15 LOAD off 0x0+ vaddr 0x0+80000 paddr 0x0+80000 align 2\*\*13
16 filesz 0x0+80 memsz 0x0+80 flags r-x
17 LOAD off 0x0+80 vaddr 0x0+82080 paddr 0x0+82080 align 2\*\*13
18 filesz 0x0+14 memsz 0x0+14 flags rw-
19 private flags = 0:
20
21 SYMBOL TABLE:
22 0+80074 l d \.text 0+ \.text
23 0+82080 l d \.got 0+ \.got
24 0+82090 l d \.data 0+ \.data
25 0+ l df \*ABS\* 0+ .*
26 0+82090 l O \.data 0+4 gc76var
27 0+ l df \*ABS\* 0+ .*
28 0+82080 l O \.got 0+ _GLOBAL_OFFSET_TABLE_
29 0+80074 g \.text 0+ _start
30 0+82094 g \.data 0+ __bss_start
31 0+82094 g \.data 0+ _edata
32 0+820a0 g \.data 0+ _end
33 0+80078 g F \.text 0+6 gc76fn
34
35 Contents of section \.text:
36 80074 41b20+ 6fae0c00 0+ .*
37 Contents of section \.got:
38 82080 0+ 0+ 0+ 90200800 .*
39 Contents of section \.data:
40 82090 0+ .*
This page took 0.030743 seconds and 4 git commands to generate.