Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / tlsbin-2.d
CommitLineData
6c381eeb
KK
1#source: tlsbinpic.s
2#source: tlsbin.s
3#as: -little
4#ld: -EL tmpdir/tlsbin-0-dso.so
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\] \.interp .*
14 +\[ 2\] \.hash .*
15 +\[ 3\] \.dynsym .*
16 +\[ 4\] \.dynstr .*
17 +\[ 5\] \.rela\.dyn .*
18 +\[ 6\] \.rela\.plt .*
19 +\[ 7\] \.plt .*
20 +\[ 8\] \.text +PROGBITS .*
21 +\[ 9\] \.tdata +PROGBITS .* 0+018 00 WAT +0 +0 +4
22 +\[10\] \.tbss +NOBITS .* 0+010 00 WAT +0 +0 +1
f6a8ae81 23#...
f9272224 24 +\[[0-9a-f]+\] \.got +PROGBITS .*
6c381eeb 25#...
f9272224
AM
26 +\[[0-9a-f]+\] \.shstrtab .*
27 +\[[0-9a-f]+\] \.symtab .*
28 +\[[0-9a-f]+\] \.strtab .*
6c381eeb 29Key to Flags:
9fb71ee4 30#...
6c381eeb
KK
31
32Elf file type is EXEC \(Executable file\)
33Entry point 0x402000
34There are [0-9]+ program headers, starting at offset [0-9]+
35
36Program Headers:
f9272224
AM
37 +Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg Align
38 +PHDR.*
39 +INTERP.*
6c381eeb 40.*Requesting program interpreter.*
f9272224
AM
41 +LOAD.*
42 +LOAD.*
43 +DYNAMIC.*
44 +TLS +0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x0+18 0x0+28 R +0x4
6c381eeb
KK
45
46 Section to Segment mapping:
f9272224
AM
47 +Segment Sections\.\.\.
48 +00 +
49 +01 +\.interp *
50 +02 +\.interp \.hash \.dynsym \.dynstr \.rela\.dyn \.rela\.plt \.plt \.text *
51 +03 +\.tdata \.dynamic \.got *
52 +04 +\.dynamic *
53 +05 +\.tdata \.tbss *
6c381eeb 54
267fb3c1 55Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 4 entries:
6c381eeb 56 Offset +Info +Type +Sym\.Value +Sym\. Name \+ Addend
85167a84
AM
57[0-9a-f ]+R_SH_TLS_TPOFF32 +0+ +sG3 \+ 0
58[0-9a-f ]+R_SH_TLS_TPOFF32 +0+ +sG2 \+ 0
59[0-9a-f ]+R_SH_TLS_TPOFF32 +0+ +sG4 \+ 0
60[0-9a-f ]+R_SH_TLS_TPOFF32 +0+ +sG1 \+ 0
6c381eeb
KK
61
62Relocation section '\.rela\.plt' at offset 0x[0-9a-f]+ contains 1 entries:
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.* TLS +GLOBAL +DEFAULT +UND sG3
70.* TLS +GLOBAL +DEFAULT +UND sG2
71.* TLS +GLOBAL +DEFAULT +UND sG4
72.* FUNC +GLOBAL +DEFAULT +UND __tls_get_addr
6c381eeb 73#...
f9272224 74.* TLS +GLOBAL +DEFAULT +UND sG1
6c381eeb
KK
75#...
76
6c381eeb 77#pass
This page took 0.553491 seconds and 4 git commands to generate.