summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mri/common.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mri/common.s')
-rw-r--r--gas/testsuite/gas/mri/common.s11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mri/common.s b/gas/testsuite/gas/mri/common.s
new file mode 100644
index 00000000000..d735c6b9205
--- /dev/null
+++ b/gas/testsuite/gas/mri/common.s
@@ -0,0 +1,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