1 #source: locdo.s -globalize-symbols
2 #source: start.s
3 #ld: -m elf64mmix
4 #objdump: -str
5 
6 .*:     file format elf64-mmix
7 
8 SYMBOL TABLE:
9 0+ l    d  \.text	0+ (|\.text)
10 2000000000000008 l    d  \.data	0+ (|\.data)
11 2000000000000008 g       \*ABS\*	0+ __\.MMIX\.start\.\.data
12 2000000000000008 g       \.data	0+ od
13 0+ g       \.text	0+ _start
14 2000000000000010 g       \.data	0+ __bss_start
15 2000000000000000 g       \*ABS\*	0+ Data_Segment
16 2000000000000010 g       \.data	0+ _edata
17 2000000000000010 g       \.data	0+ _end
18 0+ g       \.text	0+ _start\.
19 
20 Contents of section \.text:
21  0000 e3fd0001                             .*
22 Contents of section \.data:
23  2000000000000008 20000000 00000008                    .*
24