1#source: dloc1.s
2#source: start.s
3#ld: -m elf64mmix
4#objdump: -str
5
6# Text files and one loc:ed data at offset.
7
8.*:     file format elf64-mmix
9
10SYMBOL TABLE:
110+ l    d  \.text	0+ (|\.text)
122000000000000200 l    d  \.data	0+ (|\.data)
130+ l    d  \*ABS\*	0+ (|\.shstrtab)
140+ l    d  \*ABS\*	0+ (|\.symtab)
150+ l    d  \*ABS\*	0+ (|\.strtab)
162000000000000200 g       \.data	0+ dloc1
172000000000000200 g       \*ABS\*	0+ __\.MMIX\.start\.\.data
180+ g       \.text	0+ _start
19200000000000020c g       \*ABS\*	0+ __bss_start
20200000000000020c g       \*ABS\*	0+ _edata
212000000000000210 g       \*ABS\*	0+ _end
220+ g       \.text	0+ _start\.
23
24Contents of section \.text:
25 0000 e3fd0001                             .*
26Contents of section \.data:
27 2000000000000200 00000004 00000005 00000006           .*
28