bfd/
[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+82090 l O .data 0+4 gc76var
26 0+82080 l O .got 0+ _GLOBAL_OFFSET_TABLE_
27 0+80074 g .text 0+ _start
28 0+82094 g \*ABS\* 0+ __bss_start
29 0+82094 g \*ABS\* 0+ _edata
30 0+820a0 g \*ABS\* 0+ _end
31 0+80078 g F .text 0+6 gc76fn
32
33 Contents of section .text:
34 80074 41b20+ 6fae0c00 0+ .*
35 Contents of section .got:
36 82080 0+ 0+ 0+ 90200800 .*
37 Contents of section .data:
38 82090 0+ .*
This page took 0.03128 seconds and 5 git commands to generate.