Tolerate some whitespace differences in readelf output.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / bspec1.d
1 #source: bspec1.s
2 #source: start.s
3 #ld: -m elf64mmix
4 #readelf: -Ssr -x1 -x2
5
6 There are 6 section headers, starting at offset 0xb8:
7
8 Section Headers:
9 +\[Nr\] Name +Type +Address +Offset
10 +Size +EntSize +Flags +Link +Info +Align
11 +\[ 0\] +NULL +0+ +0+
12 +0+ +0+ +0 +0 +0
13 +\[ 1\] \.text +PROGBITS +0+ +0+78
14 +0+4 +0+ +AX +0 +0 +4
15 +\[ 2\] \.MMIX\.spec_data\.2 PROGBITS +0+ +0+7c
16 +0+4 +0+ +0 +0 +4
17 +\[ 3\] \.shstrtab +STRTAB +0+ +0+80
18 +0+33 +0+ +0 +0 +1
19 +\[ 4\] \.symtab +SYMTAB +0+ +0+238
20 +0+d8 +0+18 +5 +3 +8
21 +\[ 5\] \.strtab +STRTAB +0+ +0+310
22 +0+2d +0+ +0 +0 +1
23 Key to Flags:
24 +W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
25 +I \(info\), L \(link order\), G \(group\), x \(unknown\)
26 +O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
27
28 There are no relocations in this file\.
29
30 Symbol table '\.symtab' contains 9 entries:
31 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
32 +0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND
33 +1: 0+ +0 +SECTION +LOCAL +DEFAULT +1
34 +2: 0+ +0 +SECTION +LOCAL +DEFAULT +2
35 +3: 0+ +0 +FUNC +GLOBAL +DEFAULT +1 Main
36 +4: 0+ +0 +NOTYPE +GLOBAL +DEFAULT +1 _start
37 #...
38
39 Hex dump of section '\.text':
40 0x0+ e3fd0001 .*
41
42 Hex dump of section '\.MMIX\.spec_data\.2':
43 0x0+ 0000002a .*
This page took 0.031395 seconds and 5 git commands to generate.