Adjust for dynamic sym changes.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tlsexetoc.r
1 #source: tlslib.s
2 #source: tlstoc.s
3 #as: -a64
4 #ld: -melf64ppc
5 #readelf: -WSsrl
6 #target: powerpc64*-*-*
7
8 There are 17 section headers.*
9
10 Section Headers:
11 +\[Nr\] Name +Type +Address +Off +Size +ES Flg Lk Inf Al
12 +\[ 0\] +NULL +0+ 0+ 0+ 0+ +0 +0 +0
13 +\[ 1\] \.interp +.*
14 +\[ 2\] \.hash +.*
15 +\[ 3\] \.dynsym +.*
16 +\[ 4\] \.dynstr +.*
17 +\[ 5\] \.rela\.dyn +.*
18 +\[ 6\] \.rela\.plt +.*
19 +\[ 7\] \.text +PROGBITS .* 0+bc 0+ +AX +0 +0 +4
20 +\[ 8\] \.rodata +PROGBITS .* 0+ 0+ +A +0 +0 +8
21 +\[ 9\] \.tdata +PROGBITS .* 0+38 0+ WAT +0 +0 +8
22 +\[10\] \.tbss +NOBITS .* 0+38 0+ WAT +0 +0 +8
23 +\[11\] \.dynamic +DYNAMIC .* 0+150 10 +WA +4 +0 +8
24 +\[12\] \.got +PROGBITS .* 0+58 08 +WA +0 +0 +8
25 +\[13\] \.plt +.*
26 +\[14\] \.shstrtab +.*
27 +\[15\] \.symtab +.*
28 +\[16\] \.strtab +.*
29 #...
30
31 Elf file type is EXEC \(Executable file\)
32 Entry point .*
33 There are 6 program headers.*
34
35 Program Headers:
36 +Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg Align
37 +PHDR +0x0+40 0x0+10000040 0x0+10000040 0x0+150 0x0+150 R E 0x8
38 +INTERP +0x0+190 0x0+10000190 0x0+10000190 0x0+11 0x0+11 R +0x1
39 +\[Requesting program interpreter: .*\]
40 +LOAD .* R E 0x10000
41 +LOAD .* RW +0x10000
42 +DYNAMIC .* RW +0x8
43 +TLS .* 0x0+38 0x0+70 R +0x8
44
45 Section to Segment mapping:
46 +Segment Sections\.\.\.
47 +0+ +
48 +01 +\.interp
49 +02 +\.interp \.hash \.dynsym \.dynstr \.rela\.dyn \.rela\.plt \.text
50 +03 +\.tdata \.dynamic \.got \.plt
51 +04 +\.dynamic
52 +05 +\.tdata \.tbss
53
54 Relocation section '\.rela\.dyn' at offset .* contains 2 entries:
55 +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
56 [0-9a-f ]+R_PPC64_TPREL64 +0+ gd \+ 0
57 [0-9a-f ]+R_PPC64_DTPMOD64 +0+ ld \+ 0
58
59 Relocation section '\.rela\.plt' at offset .* contains 1 entries:
60 +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
61 [0-9a-f ]+R_PPC64_JMP_SLOT +0+ __tls_get_addr \+ 0
62
63 Symbol table '\.dynsym' contains [0-9]+ entries:
64 +Num: +Value +Size Type +Bind +Vis +Ndx Name
65 .* NOTYPE +LOCAL +DEFAULT +UND
66 .* TLS +GLOBAL DEFAULT +UND gd
67 .* FUNC +GLOBAL DEFAULT +UND __tls_get_addr
68 .* TLS +GLOBAL DEFAULT +UND ld
69 .* NOTYPE +GLOBAL DEFAULT +ABS __bss_start
70 .* NOTYPE +GLOBAL DEFAULT +ABS _edata
71 .* NOTYPE +GLOBAL DEFAULT +ABS _end
72
73 Symbol table '\.symtab' contains 41 entries:
74 +Num: +Value +Size Type +Bind +Vis +Ndx Name
75 .* NOTYPE +LOCAL +DEFAULT +UND
76 .* SECTION LOCAL +DEFAULT +1
77 .* SECTION LOCAL +DEFAULT +2
78 .* SECTION LOCAL +DEFAULT +3
79 .* SECTION LOCAL +DEFAULT +4
80 .* SECTION LOCAL +DEFAULT +5
81 .* SECTION LOCAL +DEFAULT +6
82 .* SECTION LOCAL +DEFAULT +7
83 .* SECTION LOCAL +DEFAULT +8
84 .* SECTION LOCAL +DEFAULT +9
85 .* SECTION LOCAL +DEFAULT +10
86 .* SECTION LOCAL +DEFAULT +11
87 .* SECTION LOCAL +DEFAULT +12
88 .* SECTION LOCAL +DEFAULT +13
89 .* SECTION LOCAL +DEFAULT +14
90 .* SECTION LOCAL +DEFAULT +15
91 .* SECTION LOCAL +DEFAULT +16
92 .* TLS +LOCAL +DEFAULT +9 gd4
93 .* TLS +LOCAL +DEFAULT +9 ld4
94 .* TLS +LOCAL +DEFAULT +9 ld5
95 .* TLS +LOCAL +DEFAULT +9 ld6
96 .* TLS +LOCAL +DEFAULT +9 ie4
97 .* TLS +LOCAL +DEFAULT +9 le4
98 .* TLS +LOCAL +DEFAULT +9 le5
99 .* NOTYPE +LOCAL +DEFAULT +12 \.Lie0
100 .* FUNC +LOCAL +DEFAULT +UND \.__tls_get_addr
101 .* OBJECT +GLOBAL HIDDEN +11 _DYNAMIC
102 .* TLS +GLOBAL DEFAULT +UND gd
103 .* TLS +GLOBAL DEFAULT +10 le0
104 .* FUNC +GLOBAL DEFAULT +UND __tls_get_addr
105 .* TLS +GLOBAL DEFAULT +10 ld0
106 .* TLS +GLOBAL DEFAULT +10 le1
107 .* TLS +GLOBAL DEFAULT +UND ld
108 .* NOTYPE +GLOBAL DEFAULT +7 _start
109 .* TLS +GLOBAL DEFAULT +10 ld2
110 .* TLS +GLOBAL DEFAULT +10 ld1
111 .* NOTYPE +GLOBAL DEFAULT +ABS __bss_start
112 .* NOTYPE +GLOBAL DEFAULT +ABS _edata
113 .* NOTYPE +GLOBAL DEFAULT +ABS _end
114 .* TLS +GLOBAL DEFAULT +10 gd0
115 .* TLS +GLOBAL DEFAULT +10 ie0
This page took 0.047814 seconds and 4 git commands to generate.