From 77b5f159326bb48d055ae184659a94a0dadf5837 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 11 Sep 1995 16:07:49 +0000 Subject: [PATCH] * gas/mri/empty.s: New file. * gas/mri/mri.exp: Test assembling empty.s. * gas/mri/comment.s: Add a couple more comment variants. --- gas/testsuite/ChangeLog | 4 ++++ gas/testsuite/gas/mri/.Sanitize | 1 + gas/testsuite/gas/mri/empty.s | 9 +++++++++ 3 files changed, 14 insertions(+) create mode 100644 gas/testsuite/gas/mri/empty.s diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 99fff94..f318415 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,9 @@ Mon Sep 11 11:44:23 1995 Ian Lance Taylor + * gas/mri/empty.s: New file. + * gas/mri/mri.exp: Test assembling empty.s. + * gas/mri/comment.s: Add a couple more comment variants. + * gas/mri/mri.exp: Add xfail for the expr test for all hppa targets. diff --git a/gas/testsuite/gas/mri/.Sanitize b/gas/testsuite/gas/mri/.Sanitize index 6f1f714..10c3345 100644 --- a/gas/testsuite/gas/mri/.Sanitize +++ b/gas/testsuite/gas/mri/.Sanitize @@ -32,6 +32,7 @@ common.d common.s constants.d constants.s +empty.s equ.d equ.s expr.d diff --git a/gas/testsuite/gas/mri/empty.s b/gas/testsuite/gas/mri/empty.s new file mode 100644 index 0000000..94c2cdd --- /dev/null +++ b/gas/testsuite/gas/mri/empty.s @@ -0,0 +1,9 @@ +SBT MACRO ; empty macro + ENDM + + SBT arg1 + SBT arg2 - one tww + SBT arg3 - one two three + SBT arg4 - one two three four + SBT arg5 - one two three four five + SBT arg6 - one two (three) -- 2.7.4