mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
* gas/mri/empty.s: New file.
* gas/mri/mri.exp: Test assembling empty.s. * gas/mri/comment.s: Add a couple more comment variants.
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
Mon Sep 11 11:44:23 1995 Ian Lance Taylor <ian@cygnus.com>
|
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
|
* gas/mri/mri.exp: Add xfail for the expr test for all hppa
|
||||||
targets.
|
targets.
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ common.d
|
|||||||
common.s
|
common.s
|
||||||
constants.d
|
constants.d
|
||||||
constants.s
|
constants.s
|
||||||
|
empty.s
|
||||||
equ.d
|
equ.d
|
||||||
equ.s
|
equ.s
|
||||||
expr.d
|
expr.d
|
||||||
|
9
gas/testsuite/gas/mri/empty.s
Normal file
9
gas/testsuite/gas/mri/empty.s
Normal file
@ -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)
|
Reference in New Issue
Block a user