gdb/testsuite/
[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:
b71457c5
HPN
260+80074 l d .text 0+ .text
270+82084 l d .tbss 0+ .tbss
280+80078 l F .text 0+c do_test
290+80074 g .text 0+ _start
300+82084 g \*ABS\* 0+ __bss_start
bd0a45ce 310+ g .tbss 0+4 foo
b71457c5
HPN
320+82084 g \*ABS\* 0+ _edata
330+820a0 g \*ABS\* 0+ _end
bd0a45ce
HPN
340+4 g .tbss 0+4 bar
35#...
36Disassembly of section .text:
37
b71457c5
HPN
3800080074 <_start>:
39 80074: 41b2 moveq 1,\$r11
bd0a45ce 40#...
b71457c5
HPN
4100080078 <do_test>:
42 80078: 2f0e f8ff ffff add.d 0xfffffff8,\$r0
43 8007e: 2f1e fcff ffff add.d 0xfffffffc,\$r1
This page took 0.146446 seconds and 4 git commands to generate.