1#source: loc1.s
2#source: data1.s
3#source: start.s
4#ld: -m elf64mmix
5#objdump: -str
6
7# Two text files and one data.
8
9.*:     file format elf64-mmix
10
11SYMBOL TABLE:
120+1000 l    d  \.text	0+ (|\.text)
132000000000000000 l    d  \.data	0+ (|\.data)
140+ l    d  \*ABS\*	0+ (|\.shstrtab)
150+ l    d  \*ABS\*	0+ (|\.symtab)
160+ l    d  \*ABS\*	0+ (|\.strtab)
172000000000000000 l       \.data	0+ xx
180+1004 g     F \.text	0+ Main
192000000000000000 g       \*ABS\*	0+ __\.MMIX\.start\.\.data
200+1004 g       \.text	0+ _start
210+1000 g       \.text	0+ loc1
220+1000 g       \*ABS\*	0+ __\.MMIX\.start\.\.text
232000000000000008 g       \*ABS\*	0+ __bss_start
242000000000000008 g       \*ABS\*	0+ _edata
252000000000000008 g       \*ABS\*	0+ _end
260+1004 g       \.text	0+ _start\.
27
28Contents of section \.text:
29 1000 fd030303 e3fd0001                    .*
30Contents of section \.data:
31 2000000000000000 00000000 00001030                    .*
32