From: Christian Groessler Date: Mon, 15 Dec 2003 22:03:20 +0000 (+0000) Subject: * gas/z8k/eidi.s: Add uppercase forms. Add forms with comma X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87e921a1a1273385708361f4b063ade63d5a335f;p=binutils-gdb.git * gas/z8k/eidi.s: Add uppercase forms. Add forms with comma separated parameters. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 7e837390810..7d1253f12d0 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-12-15 Christian Groessler + + * gas/z8k/eidi.s: Add uppercase forms. Add forms with comma + separated parameters. + 2003-12-14 Mark Mitchell * gas/arm/thumbv6.s: Add nops. diff --git a/gas/testsuite/gas/z8k/eidi.s b/gas/testsuite/gas/z8k/eidi.s index 3859792d081..f645aedbf67 100644 --- a/gas/testsuite/gas/z8k/eidi.s +++ b/gas/testsuite/gas/z8k/eidi.s @@ -1,4 +1,5 @@ .text + ei all di all ei both @@ -8,3 +9,22 @@ ei nvi di nvi + ei vi,nvi + ei nvi,vi + di vi,nvi + di nvi,vi + + + EI ALL + DI ALL + EI BOTH + DI BOTH + EI VI + DI VI + EI NVI + DI NVI + + EI VI,NVI + EI NVI,VI + DI VI,NVI + DI NVI,VI