1#source: greg-4.s
2#source: greg-4.s
3#source: local1.s
4#source: regext1.s
5#source: start.s
6#ld: -m elf64mmix
7#readelf: -Ssx1 -x2
8
9# We check that the externally visible symbol ext1 is a local register
10# (different meaning of "local" than for symbol), which can be seen as
11# somewhat twisted.
12
13There are 6 section headers, starting at offset 0xc8:
14
15Section Headers:
16  \[Nr\] Name              Type             Address           Offset
17       Size              EntSize          Flags  Link  Info  Align
18  \[ 0\]                   NULL             0+  0+
19       0+  0+           0     0     0
20  \[ 1\] \.text             PROGBITS         0+  0+78
21       0+8  0+  AX       0     0     4
22  \[ 2\] \.MMIX\.reg_content PROGBITS         0+7e8  0+80
23       0+10  0+   W       0     0     1
24  \[ 3\] \.shstrtab         STRTAB           0+  0+90
25       0+34  0+           0     0     1
26  \[ 4\] \.symtab           SYMTAB           0+  0+248
27       0+150  0+18           5     8     8
28  \[ 5\] \.strtab           STRTAB           0+  0+398
29       0+32  0+           0     0     1
30Key to Flags:
31  W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
32  I \(info\), L \(link order\), G \(group\), x \(unknown\)
33  O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
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+7e8     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+fd     0 NOTYPE  LOCAL  DEFAULT PRC\[0xff00\] lsym
44     7: 0+fe     0 NOTYPE  LOCAL  DEFAULT PRC\[0xff00\] lsym
45     8: 0+fc     0 NOTYPE  GLOBAL DEFAULT PRC\[0xff00\] ext1
46     9: 0+4     0 NOTYPE  GLOBAL DEFAULT    1 _start
47#...
48
49Hex dump of section '\.text':
50  0x0+ fd030201 e3fd0001                   .*
51
52Hex dump of section '\.MMIX\.reg_contents':
53  0x0+7e8 00000000 0000004e 00000000 0000004e .*
54