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, 0 insertions, 11 deletions
diff --git a/gas/testsuite/gas/mri/common.s b/gas/testsuite/gas/mri/common.s
deleted file mode 100644
index d735c6b9205..00000000000
--- a/gas/testsuite/gas/mri/common.s
+++ /dev/null
@@ -1,11 +0,0 @@
-; 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