Allow non-fatal errors to be emitted and for disassembly notes be placed on AArch64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-gc-68.d
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.
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.04377 seconds and 4 git commands to generate.