2006-12-01 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / common.s
CommitLineData
252b5132
RH
1; Test MRI common sections
2 common com1
3 ds.l 1
4com2 common 00
5 ds.l 1
6incom ds.l 1
7 common com1
8 ds.l 1
9 data
10 dc.l com1
11 dc.l incom
This page took 0.307353 seconds and 4 git commands to generate.