Tolerate some whitespace differences in readelf output.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sparc / gotop64.rd
CommitLineData
739f7f82
DM
1#source: gotop64.s
2#as: --64 -K PIC
3#ld: -shared -melf64_sparc
4#readelf: -WSsrl
5#target: sparc*-*-*
6
7There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
8
9Section Headers:
10 +\[Nr\] Name +Type +Address +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]+\] .text +PROGBITS +0+1000 0+1000 0+1000 0+ +AX +0 +0 4096
17 +\[[ 0-9]+\] .dynamic +DYNAMIC +0+102000 0+2000 0+e0 10 +WA +3 +0 +8
18 +\[[ 0-9]+\] .got +PROGBITS +0+1020e0 0+20e0 0+10 08 +WA +0 +0 +8
19 +\[[ 0-9]+\] .data +PROGBITS +0+103000 0+3000 0+1000 00 +WA +0 +0 4096
20 +\[[ 0-9]+\] .shstrtab +.*
21 +\[[ 0-9]+\] .symtab +.*
22 +\[[ 0-9]+\] .strtab +.*
23#...
24
25Elf file type is DYN \(Shared object file\)
26Entry point 0x1000
27There are [0-9]+ program headers, starting at offset [0-9]+
28
29Program Headers:
30 +Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg Align
31 +LOAD +0x0+ 0x0+ 0x0+ 0x0+2000 0x0+2000 R E 0x100000
32 +LOAD +0x0+2000 0x0+102000 0x0+102000 0x0+2000 0x0+2000 RW +0x100000
33 +DYNAMIC +0x0+2000 0x0+102000 0x0+102000 0x0+e0 0x0+e0 RW +0x8
34#...
35
36Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 1 entries:
37 +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
38[0-9a-f ]+R_SPARC_GLOB_DAT +0+103000 +sym \+ 0
39
40Symbol table '\.dynsym' contains [0-9]+ entries:
f9272224 41 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
739f7f82 42.* NOTYPE +LOCAL +DEFAULT +UND *
f9272224
AM
43.* SECTION +LOCAL +DEFAULT +5 *
44.* SECTION +LOCAL +DEFAULT +7 *
45.* NOTYPE +GLOBAL +DEFAULT +ABS __bss_start
46.* FUNC +GLOBAL +DEFAULT +5 foo
47.* NOTYPE +GLOBAL +DEFAULT +ABS _edata
48.* NOTYPE +GLOBAL +DEFAULT +ABS _end
49.* NOTYPE +GLOBAL +DEFAULT +8 sym
739f7f82
DM
50
51Symbol table '\.symtab' contains [0-9]+ entries:
f9272224 52 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
739f7f82 53.* NOTYPE +LOCAL +DEFAULT +UND *
f9272224
AM
54.* SECTION +LOCAL +DEFAULT +1 *
55.* SECTION +LOCAL +DEFAULT +2 *
56.* SECTION +LOCAL +DEFAULT +3 *
57.* SECTION +LOCAL +DEFAULT +4 *
58.* SECTION +LOCAL +DEFAULT +5 *
59.* SECTION +LOCAL +DEFAULT +6 *
60.* SECTION +LOCAL +DEFAULT +7 *
61.* SECTION +LOCAL +DEFAULT +8 *
739f7f82
DM
62.* OBJECT +LOCAL +HIDDEN +ABS _DYNAMIC
63.* OBJECT +LOCAL +HIDDEN +ABS _PROCEDURE_LINKAGE_TABLE_
64.* OBJECT +LOCAL +HIDDEN +ABS _GLOBAL_OFFSET_TABLE_
f9272224
AM
65.* NOTYPE +GLOBAL +DEFAULT +ABS __bss_start
66.* FUNC +GLOBAL +DEFAULT +5 foo
67.* NOTYPE +GLOBAL +DEFAULT +ABS _edata
68.* NOTYPE +GLOBAL +DEFAULT +ABS _end
69.* NOTYPE +GLOBAL +DEFAULT +8 sym
739f7f82 70
This page took 0.099243 seconds and 4 git commands to generate.