1 #source: sec-2.s
2 #source: start.s
3 #source: data1.s
4 #ld: -m mmo -T $srcdir/$subdir/mmosec1.ld
5 #objdump: -sh
6 
7 .*:     file format mmo
8 
9 Sections:
10 Idx Name          Size      VMA               LMA               File off  Algn
11   0 \.text         0+4  0+100  0+100  0+  2\*\*2
12                   CONTENTS, ALLOC, LOAD, CODE
13   1 \.data         0+4  2000000000000004  2000000000000004  0+  2\*\*2
14                   CONTENTS, ALLOC, LOAD
15   2 \.other        0+c  1000000000000000  1000000000000000  0+  2\*\*2
16                   CONTENTS, ALLOC, LOAD, READONLY, CODE
17 Contents of section \.text:
18  0100 e3fd0001                             .*
19 Contents of section \.data:
20  2000000000000004 0000012c                             .*
21 Contents of section \.other:
22  1000000000000000 0000000c 00000022 00000001           .*
23