MIPS/BFD: Fix the size of `.reginfo' and `.MIPS.abiflags' sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-e-80.d
CommitLineData
a40942aa
HPN
1#source: start1.s
2#source: tls-tbss64.s
3#source: tls-ie-8e.s
4#source: tls-gd-2.s --pic
5#source: tls-hx.s
6#source: tls-le-12.s
7#source: tls-z.s
8#source: tls-ld-6.s --pic
9#source: tls-ie-10.s --pic
10#source: tls-hx1x2.s --pic
11#as: --no-underscore --em=criself -I$srcdir/$subdir
12#ld: -m crislinux
13#objdump: -d -s -h -t -r -p
14
15# Check that we have proper NPTL/TLS markings and GOT for an
16# executable with a R_CRIS_32_GOT_GD, a R_CRIS_DTPREL, a
17# R_CRIS_32_GOT_TPREL, a R_CRIS_32_TPREL and a R_CRIS_32_IE.
18
19.*: file format elf32-cris
20
21Program Header:
22 LOAD off 0x0+ vaddr 0x0+80000 paddr 0x0+80000 align 2\*\*13
23 filesz 0x0+c0 memsz 0x0+c0 flags r-x
24 LOAD off 0x0+c0 vaddr 0x0+820c0 paddr 0x0+820c0 align 2\*\*13
25 filesz 0x0+30 memsz 0x0+30 flags rw-
26 TLS off 0x0+c0 vaddr 0x0+820c0 paddr 0x0+820c0 align 2\*\*2
27 filesz 0x0+10 memsz 0x0+50 flags r--
28private flags = 0:
29
30Sections:
31Idx Name Size VMA LMA File off Algn
32 0 \.text 0+2c 0+80094 0+80094 0+94 2\*\*1
33 CONTENTS, ALLOC, LOAD, READONLY, CODE
34 1 \.tdata 0+10 0+820c0 0+820c0 0+c0 2\*\*2
35 CONTENTS, ALLOC, LOAD, DATA, THREAD_LOCAL
36 2 \.tbss 0+40 000820d0 0+820d0 0+d0 2\*\*2
37 ALLOC, THREAD_LOCAL
38 3 \.got 0+20 0+820d0 0+820d0 0+d0 2\*\*2
39 CONTENTS, ALLOC, LOAD, DATA
40SYMBOL TABLE:
410+80094 l d \.text 0+ \.text
420+820c0 l d \.tdata 0+ \.tdata
430+820d0 l d \.tbss 0+ \.tbss
440+820d0 l d \.got 0+ \.got
1f599d0e 450+ l \.tdata 0+4 x
935bd1e0 460+820d0 l O \.got 0+ _GLOBAL_OFFSET_TABLE_
a40942aa
HPN
470+800a0 g F \.text 0+6 tlsdsofn2
480+800a8 g F \.text 0+6 tlsfn12
490+c g \.tdata 0+4 \.hidden x2
500+4 g \.tdata 0+4 z
510+80094 g \.text 0+ _start
520+80098 g F \.text 0+6 tlsfn
d2667025 530+820f0 g \.got 0+ __bss_start
a40942aa
HPN
540+800b0 g F \.text 0+6 tlsdsofn
550+8 g \.tdata 0+4 \.hidden x1
d2667025
AM
560+820f0 g \.got 0+ _edata
570+82100 g \.got 0+ _end
a40942aa
HPN
580+10 g \.tbss 0+40 gx
590+800b8 g F \.text 0+6 tlsdsofn10
60
61Contents of section \.text:
62#...
63Contents of section \.tdata:
64 820c0 28000000 2a000000 29000000 2a000000 .*
65Contents of section \.got:
66 820d0 00000000 00000000 00000000 01000000 .*
c3946515 67 820e0 00000000 b0ffffff 01000000 00000000 .*
a40942aa
HPN
68
69Disassembly of section \.text:
70
7100080094 <_start>:
72 80094: 41b2 moveq 1,\$r11
73#...
7400080098 <tlsfn>:
75 80098: 6fae e420 0800 move.d 820e4 <_GLOBAL_OFFSET_TABLE_\+0x14>,\$r10
76#...
77000800a0 <tlsdsofn2>:
78 800a0: 6fae 1800 0000 move\.d 18 <gx\+0x8>,\$r10
79#...
80000800a8 <tlsfn12>:
81 800a8: 6fae b4ff ffff move.d 0xffffffb4,\$r10
82#...
83000800b0 <tlsdsofn>:
3ee29d56 84 800b0: 6fae 0000 0000 move\.d 0 <x>,\$r10
a40942aa
HPN
85#...
86000800b8 <tlsdsofn10>:
87 800b8: 6fae 1400 0000 move\.d 14 <gx\+0x4>,\$r10
88#...
This page took 0.403196 seconds and 4 git commands to generate.