MIPS/BFD: Fix the size of `.reginfo' and `.MIPS.abiflags' sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-gc-79.d
1 #source: start1.s
2 #source: tls128.s
3 #source: tls-ie-8e.s
4 #source: tls-x.s
5 #as: --no-underscore --em=criself
6 #ld: -m crislinux --gc-sections
7 #objdump: -s -t -r -p
8
9 # An executable with a single R_CRIS_32_IE, with gc. Check that we
10 # have nothing left but the start symbol and its code.
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+58 memsz 0x0+58 flags r-x
17 private flags = 0:
18
19 SYMBOL TABLE:
20 0+80054 l d \.text 0+ \.text
21 0+80054 g \.text 0+ _start
22 0+82058 g \.text 0+ __bss_start
23 0+82058 g \.text 0+ _edata
24 0+82060 g \.text 0+ _end
25
26 Contents of section \.text:
27 80054 41b20+ .*
This page took 0.030431 seconds and 4 git commands to generate.