Add MIPS32 DSPr3 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / common.s
1 ; Test MRI common sections
2 common com1
3 ds.l 1
4 com2 common 00
5 ds.l 1
6 incom ds.l 1
7 common com1
8 ds.l 1
9 data
10 dc.l com1
11 dc.l incom
This page took 0.030004 seconds and 4 git commands to generate.