1 #source: start.s
2 #source: sec-10.s
3 #ld: -m mmo
4 #objdump: -s
5 
6 # There was yet another bug in the strip-zeros-at-beginning-and-end-of-data
7 # code: it requires outputting the location when data is stripped, and that
8 # location is only valid for tetra alignments as the low bits are ignored.
9 
10 .*:     file format mmo
11 
12 Contents of section \.text:
13  0*0 e3fd0001 2a000000 00000000 00000000  .*
14  0*10 00000000 00000000 00000000 00000000  .*
15 #...
16  0*7ff0 00000000 00000000 00000000 00000000  .*
17  0*8000 00000000 00000000 00000000 2b2c0000  .*
18 
19