Dynamic TLS section symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-e-tpoffcomm1.d
CommitLineData
bd0a45ce
HPN
1#source: start1.s
2#source: tls-e-tpoffcomm1.s
3#as: --no-underscore --em=criself -I$srcdir/$subdir
4#ld: -m crislinux
5#objdump: -d -s -h -t -r -p
6
7# Make sure we can link a file with TPOFF relocs against common
8# symbols.
9
10.*: file format elf32-cris
11
12Program Header:
13 LOAD off 0x0+ vaddr 0x0+80000 paddr 0x0+80000 align 2\*\*13
b71457c5 14 filesz 0x0+84 memsz 0x0+84 flags r-x
c4334bf9 15 TLS off 0x0+84 vaddr 0x0+82084 paddr 0x0+82084 align 2\*\*2
bd0a45ce
HPN
16 filesz 0x0+ memsz 0x0+8 flags r--
17private flags = 0:
18
19Sections:
20Idx Name Size VMA LMA File off Algn
b71457c5 21 0 .text 0+10 0+80074 0+80074 0+74 2\*\*1
bd0a45ce 22 CONTENTS, ALLOC, LOAD, READONLY, CODE
c4334bf9 23 1 .tbss 0+8 0+82084 0+82084 0+84 2\*\*2
bd0a45ce
HPN
24 ALLOC, THREAD_LOCAL
25SYMBOL TABLE:
d2667025
AM
260+80074 l d \.text 0+ \.text
270+82084 l d \.tbss 0+ \.tbss
ffbc01cc 280+ l df \*ABS\* 0+ .*
d2667025 290+80078 l F \.text 0+c do_test
d2667025
AM
300+80074 g \.text 0+ _start
310+82084 g \.text 0+ __bss_start
320+ g \.tbss 0+4 foo
330+82084 g \.text 0+ _edata
340+820a0 g \.text 0+ _end
350+4 g \.tbss 0+4 bar
bd0a45ce 36#...
d2667025 37Disassembly of section \.text:
bd0a45ce 38
b71457c5
HPN
3900080074 <_start>:
40 80074: 41b2 moveq 1,\$r11
bd0a45ce 41#...
b71457c5
HPN
4200080078 <do_test>:
43 80078: 2f0e f8ff ffff add.d 0xfffffff8,\$r0
44 8007e: 2f1e fcff ffff add.d 0xfffffffc,\$r1
This page took 0.455211 seconds and 4 git commands to generate.