OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-powerpc/] [tlsso32.r] - Blame information for rev 95

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 95 khays
#source: tls32.s
2
#as: -a32
3
#ld: -shared -melf32ppc
4
#readelf: -WSsrl
5
#target: powerpc*-*-*
6
 
7
There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
8
 
9
Section Headers:
10
 +\[Nr\] Name +Type +Addr +Off +Size +ES Flg Lk Inf Al
11
 +\[[ 0-9]+\] +NULL +0+ 0+ 0+ 0+ +0 +0 +0
12
 +\[[ 0-9]+\] \.hash +.*
13
 +\[[ 0-9]+\] \.dynsym +.*
14
 +\[[ 0-9]+\] \.dynstr +.*
15
 +\[[ 0-9]+\] \.rela\.dyn +.*
16
 +\[[ 0-9]+\] \.rela\.plt +.*
17
 +\[[ 0-9]+\] \.text +PROGBITS .* 0+70 0+ +AX +0 +0 +1
18
 +\[[ 0-9]+\] \.tdata +PROGBITS .* 0+1c 0+ WAT +0 +0 +4
19
 +\[[ 0-9]+\] \.tbss +NOBITS .* 0+1c 0+ WAT +0 +0 +4
20
 +\[[ 0-9]+\] \.dynamic +DYNAMIC .* 08 +WA +3 +0 +4
21
 +\[[ 0-9]+\] \.got +PROGBITS .* 0+34 04 WAX +0 +0 +4
22
 +\[[ 0-9]+\] \.plt +.*
23
 +\[[ 0-9]+\] \.shstrtab +.*
24
 +\[[ 0-9]+\] \.symtab +.*
25
 +\[[ 0-9]+\] \.strtab +.*
26
#...
27
 
28
Elf file type is DYN \(Shared object file\)
29
Entry point 0x[0-9a-f]+
30
There are [0-9]+ program headers, starting at offset [0-9]+
31
 
32
Program Headers:
33
 +Type +Offset +VirtAddr +PhysAddr +FileSiz MemSiz +Flg Align
34
 +LOAD .* R E 0x10000
35
 +LOAD .* RWE 0x10000
36
 +DYNAMIC .* RW +0x4
37
 +TLS .* 0x0+1c 0x0+38 R +0x4
38
 
39
 Section to Segment mapping:
40
 +Segment Sections\.\.\.
41
 +0+ +\.hash \.dynsym \.dynstr \.rela\.dyn \.rela\.plt \.text
42
 +01 +\.tdata \.dynamic \.got \.plt
43
 +02 +\.dynamic
44
 +03 +\.tdata \.tbss
45
 
46
Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 18 entries:
47
 Offset +Info +Type +Sym\. Value +Symbol's Name \+ Addend
48
[0-9a-f ]+R_PPC_REL24 +0+ +__tls_get_addr \+ 0
49
[0-9a-f ]+R_PPC_REL24 +0+ +__tls_get_addr \+ 0
50
[0-9a-f ]+R_PPC_REL24 +0+ +__tls_get_addr \+ 0
51
[0-9a-f ]+R_PPC_REL24 +0+ +__tls_get_addr \+ 0
52
[0-9a-f ]+R_PPC_TPREL16 +0+30 +le0 \+ 0
53
[0-9a-f ]+R_PPC_TPREL16_HA +0+34 +le1 \+ 0
54
[0-9a-f ]+R_PPC_TPREL16_LO +0+34 +le1 \+ 0
55
[0-9a-f ]+R_PPC_TPREL16 +0+103d0 +\.tdata \+ 103e4
56
[0-9a-f ]+R_PPC_TPREL16_HA +0+103d0 +\.tdata \+ 103e8
57
[0-9a-f ]+R_PPC_TPREL16_LO +0+103d0 +\.tdata \+ 103e8
58
[0-9a-f ]+R_PPC_DTPMOD32 +0+
59
[0-9a-f ]+R_PPC_DTPREL32 +0+
60
[0-9a-f ]+R_PPC_DTPMOD32 +0+
61
[0-9a-f ]+R_PPC_DTPMOD32 +0+ +gd \+ 0
62
[0-9a-f ]+R_PPC_DTPREL32 +0+ +gd \+ 0
63
[0-9a-f ]+R_PPC_DTPMOD32 +0+1c +gd0 \+ 0
64
[0-9a-f ]+R_PPC_DTPREL32 +0+1c +gd0 \+ 0
65
[0-9a-f ]+R_PPC_TPREL32 +0+2c +ie0 \+ 0
66
 
67
Relocation section '\.rela\.plt' at offset 0x[0-9a-f]+ contains 1 entries:
68
 Offset +Info +Type +Sym\. Value +Symbol's Name \+ Addend
69
[0-9a-f ]+R_PPC_JMP_SLOT +0+ +__tls_get_addr \+ 0
70
 
71
Symbol table '\.dynsym' contains [0-9]+ entries:
72
 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
73
.* NOTYPE +LOCAL +DEFAULT +UND
74
.* SECTION +LOCAL +DEFAULT +6
75
.* SECTION +LOCAL +DEFAULT +7
76
.* TLS +GLOBAL +DEFAULT +UND gd
77
.* TLS +GLOBAL +DEFAULT +8 le0
78
.* NOTYPE +GLOBAL +DEFAULT +UND __tls_get_addr
79
.* TLS +GLOBAL +DEFAULT +8 ld0
80
.* TLS +GLOBAL +DEFAULT +8 le1
81
.* TLS +GLOBAL +DEFAULT +UND ld
82
.* NOTYPE +GLOBAL +DEFAULT +6 _start
83
.* NOTYPE +GLOBAL +DEFAULT +ABS __end
84
.* TLS +GLOBAL +DEFAULT +8 ld2
85
.* TLS +GLOBAL +DEFAULT +8 ld1
86
.* NOTYPE +GLOBAL +DEFAULT +ABS __bss_start
87
.* NOTYPE +GLOBAL +DEFAULT +ABS _edata
88
.* NOTYPE +GLOBAL +DEFAULT +ABS _end
89
.* TLS +GLOBAL +DEFAULT +8 gd0
90
.* TLS +GLOBAL +DEFAULT +8 ie0
91
 
92
Symbol table '\.symtab' contains [0-9]+ entries:
93
 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
94
.* NOTYPE +LOCAL +DEFAULT +UND
95
.* SECTION +LOCAL +DEFAULT +1
96
.* SECTION +LOCAL +DEFAULT +2
97
.* SECTION +LOCAL +DEFAULT +3
98
.* SECTION +LOCAL +DEFAULT +4
99
.* SECTION +LOCAL +DEFAULT +5
100
.* SECTION +LOCAL +DEFAULT +6
101
.* SECTION +LOCAL +DEFAULT +7
102
.* SECTION +LOCAL +DEFAULT +8
103
.* SECTION +LOCAL +DEFAULT +9
104
.* SECTION +LOCAL +DEFAULT +10
105
.* SECTION +LOCAL +DEFAULT +11
106
.* TLS +LOCAL +DEFAULT +7 gd4
107
.* TLS +LOCAL +DEFAULT +7 ld4
108
.* TLS +LOCAL +DEFAULT +7 ld5
109
.* TLS +LOCAL +DEFAULT +7 ld6
110
.* TLS +LOCAL +DEFAULT +7 ie4
111
.* TLS +LOCAL +DEFAULT +7 le4
112
.* TLS +LOCAL +DEFAULT +7 le5
113
.* OBJECT +LOCAL +DEFAULT +ABS _DYNAMIC
114
.* OBJECT +LOCAL +DEFAULT +ABS _GLOBAL_OFFSET_TABLE_
115
.* TLS +GLOBAL +DEFAULT +UND gd
116
.* TLS +GLOBAL +DEFAULT +8 le0
117
.* NOTYPE +GLOBAL +DEFAULT +UND __tls_get_addr
118
.* TLS +GLOBAL +DEFAULT +8 ld0
119
.* TLS +GLOBAL +DEFAULT +8 le1
120
.* TLS +GLOBAL +DEFAULT +UND ld
121
.* NOTYPE +GLOBAL +DEFAULT +6 _start
122
.* NOTYPE +GLOBAL +DEFAULT +ABS __end
123
.* TLS +GLOBAL +DEFAULT +8 ld2
124
.* TLS +GLOBAL +DEFAULT +8 ld1
125
.* NOTYPE +GLOBAL +DEFAULT +ABS __bss_start
126
.* NOTYPE +GLOBAL +DEFAULT +ABS _edata
127
.* NOTYPE +GLOBAL +DEFAULT +ABS _end
128
.* TLS +GLOBAL +DEFAULT +8 gd0
129
.* TLS +GLOBAL +DEFAULT +8 ie0

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.