readelf ngettext fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / tlspic-2.d
CommitLineData
6c381eeb
KK
1#source: tlspic1.s
2#source: tlspic2.s
3#as: -little
bab55c05 4#ld: -shared -EL --hash-style=sysv
6c381eeb
KK
5#readelf: -Ssrl
6#target: sh*-*-linux* sh*-*-netbsd*
7
8There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
9
10Section Headers:
f9272224
AM
11 +\[Nr\] Name +Type +Addr +Off +Size +ES Flg Lk Inf Al
12 +\[ 0\] +NULL +0+ 0+ 0+ 0+ +0 +0 +0
13 +\[ 1\] \.hash .*
14 +\[ 2\] \.dynsym .*
15 +\[ 3\] \.dynstr .*
16 +\[ 4\] \.rela\.dyn .*
17 +\[ 5\] \.rela\.plt .*
18 +\[ 6\] \.plt .*
19 +\[ 7\] \.text +PROGBITS .*
20 +\[ 8\] \.tdata +PROGBITS .* 0+18 00 WAT +0 +0 +4
21 +\[ 9\] \.tbss +NOBITS .* 0+08 00 WAT +0 +0 +1
6c381eeb 22#...
f9272224 23 +\[[0-9a-f]+\] \.got +PROGBITS .*
6c381eeb 24#...
f9272224
AM
25 +\[[0-9a-f]+\] \.symtab .*
26 +\[[0-9a-f]+\] \.strtab .*
dd905818 27 +\[[0-9a-f]+\] \.shstrtab .*
6c381eeb 28Key to Flags:
9fb71ee4 29#...
6c381eeb
KK
30
31Elf file type is DYN \(Shared object file\)
32Entry point 0x[0-9a-f]+
33There are 4 program headers, starting at offset [0-9]+
34
35Program Headers:
f9272224
AM
36 +Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg Align
37 +LOAD.*
38 +LOAD.*
39 +DYNAMIC.*
40 +TLS .* 0x0+18 0x0+20 R +0x4
6c381eeb
KK
41
42 Section to Segment mapping:
f9272224
AM
43 +Segment Sections\.\.\.
44 +00 +\.hash \.dynsym \.dynstr \.rela\.dyn \.rela\.plt \.plt \.text *
45 +01 +\.tdata \.dynamic \.got *
46 +02 +\.dynamic *
47 +03 +\.tdata \.tbss *
6c381eeb
KK
48
49Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 10 entries:
50 Offset +Info +Type +Sym\.Value +Sym\. Name \+ Addend
9920b1ee
L
51[0-9a-f ]+R_SH_TLS_DTPMOD32 +0
52[0-9a-f ]+R_SH_TLS_TPOFF32 +c
53[0-9a-f ]+R_SH_TLS_DTPMOD32 +0
54[0-9a-f ]+R_SH_TLS_DTPMOD32 +0
55[0-9a-f ]+R_SH_TLS_TPOFF32 +1c
56[0-9a-f ]+R_SH_TLS_DTPMOD32 +0
57[0-9a-f ]+R_SH_TLS_TPOFF32 +14
85167a84
AM
58[0-9a-f ]+R_SH_TLS_DTPMOD32 +0+ +sg1 \+ 0
59[0-9a-f ]+R_SH_TLS_DTPOFF32 +0+ +sg1 \+ 0
60[0-9a-f ]+R_SH_TLS_TPOFF32 +0+04 +sg2 \+ 0
6c381eeb 61
d3a49aa8 62Relocation section '\.rela\.plt' at offset 0x[0-9a-f]+ contains 1 entry:
6c381eeb 63 Offset +Info +Type +Sym\.Value +Sym\. Name \+ Addend
85167a84 64[0-9a-f ]+R_SH_JMP_SLOT[0-9a-f ]+__tls_get_addr \+ [0-9a-f]+
6c381eeb
KK
65
66Symbol table '\.dynsym' contains [0-9]+ entries:
f9272224
AM
67 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
68.* NOTYPE +LOCAL +DEFAULT +UND *
69.* NOTYPE +GLOBAL +DEFAULT +UND __tls_get_addr
70.* TLS +GLOBAL +DEFAULT +8 sg1
f6a8ae81 71#...
f9272224 72.* FUNC +GLOBAL +DEFAULT +7 fn1
6c381eeb 73#...
f9272224 74.* TLS +GLOBAL +DEFAULT +8 sg2
6c381eeb
KK
75#...
76
6c381eeb 77#pass
This page took 1.134671 seconds and 4 git commands to generate.