diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-11 16:07:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-11 16:07:49 +0000 |
commit | 77b5f159326bb48d055ae184659a94a0dadf5837 (patch) | |
tree | 0d34de131a3ac09060c8adb16f191d7910d753ef /gas/testsuite | |
parent | e325f98f13dc355a46f85dc0becace868f095d0a (diff) | |
download | gdb-77b5f159326bb48d055ae184659a94a0dadf5837.zip gdb-77b5f159326bb48d055ae184659a94a0dadf5837.tar.gz gdb-77b5f159326bb48d055ae184659a94a0dadf5837.tar.bz2 |
* gas/mri/empty.s: New file.
* gas/mri/mri.exp: Test assembling empty.s.
* gas/mri/comment.s: Add a couple more comment variants.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mri/.Sanitize | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mri/empty.s | 9 |
3 files changed, 14 insertions, 0 deletions
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 <ian@cygnus.com> + * 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) |