1#source: bspec1.s
2#source: bspec2.s
3#source: bspec1.s
4#source: start.s
5#source: ext1.s
6#ld: -m elf64mmix
7#readelf: -Ssr -x1 -x2 -x3
8
9There are 7 section headers, starting at offset 0xd0:
10
11Section Headers:
12  \[Nr\] Name              Type             Address           Offset
13       Size              EntSize          Flags  Link  Info  Align
14  \[ 0\]                   NULL             0+  0+
15       0+  0+           0     0     0
16  \[ 1\] \.text             PROGBITS         0+  0+78
17       0+4  0+  AX       0     0     4
18  \[ 2\] \.MMIX\.spec_data\.2 PROGBITS         0+  0+7c
19       0+8  0+           0     0     4
20  \[ 3\] \.MMIX\.spec_data\.3 PROGBITS         0+  0+84
21       0+4  0+           0     0     4
22  \[ 4\] \.shstrtab         STRTAB           0+  0+88
23       0+45  0+           0     0     1
24  \[ 5\] \.symtab           SYMTAB           0+  0+290
25       0+150  0+18           6     7     8
26  \[ 6\] \.strtab           STRTAB           0+  0+3e0
27       0+32  0+           0     0     1
28Key to Flags:
29  W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
30  I \(info\), L \(link order\), G \(group\), x \(unknown\)
31  O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
32
33There are no relocations in this file\.
34
35Symbol table '\.symtab' contains 14 entries:
36   Num:    Value          Size Type    Bind   Vis      Ndx Name
37     0: 0+     0 NOTYPE  LOCAL  DEFAULT  UND
38     1: 0+     0 SECTION LOCAL  DEFAULT    1
39     2: 0+     0 SECTION LOCAL  DEFAULT    2
40     3: 0+     0 SECTION LOCAL  DEFAULT    3
41     4: 0+     0 SECTION LOCAL  DEFAULT    4
42     5: 0+     0 SECTION LOCAL  DEFAULT    5
43     6: 0+     0 SECTION LOCAL  DEFAULT    6
44     7: 0+     0 FUNC    GLOBAL DEFAULT    1 Main
45     8: 0+fc     0 NOTYPE  GLOBAL DEFAULT  ABS ext1
46     9: 0+     0 NOTYPE  GLOBAL DEFAULT    1 _start
47#...
48
49Hex dump of section '\.text':
50  0x0+ e3fd0001                            .*
51
52Hex dump of section '\.MMIX\.spec_data\.2':
53  0x0+ 0000002a 0000002a                   .*
54
55Hex dump of section '\.MMIX\.spec_data\.3':
56  0x0+ 000000fc                            .*
57