Arm: Fix Arm disassembler mapping symbol search.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-gc-69.d
1 #source: start1.s
2 #source: tls-x.s
3 #source: tls-local-59.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, a R_CRIS_16_GOT_GD, a
9 # R_CRIS_32_GOT_TPREL and a R_CRIS_16_GOT_TPREL against the same local
10 # symbol, gc:ed. Check that we have nothing left but the start symbol
11 # and its code.
12
13 .*: file format elf32-cris
14
15 Program Header:
16 LOAD off 0x0+ vaddr 0x0+80000 paddr 0x0+80000 align 2\*\*13
17 filesz 0x0+58 memsz 0x0+58 flags r-x
18 private flags = 0:
19
20 SYMBOL TABLE:
21 0+80054 l d \.text 0+ \.text
22 0+80054 g \.text 0+ _start
23 0+82058 g \.text 0+ __bss_start
24 0+82058 g \.text 0+ _edata
25 0+82060 g \.text 0+ _end
26
27 Contents of section .text:
28 80054 41b20+ .*
This page took 0.031034 seconds and 4 git commands to generate.