summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mri/common.s
blob: d735c6b9205183d0db5e11076c2b5b299e02abf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
; Test MRI common sections
	common	com1
	ds.l	1
com2	common 00
	ds.l	1
incom	ds.l	1
	common	com1
	ds.l	1
	data
	dc.l	com1
	dc.l	incom