OSDN Git Service

* gas/z8k/eidi.s: Add uppercase forms. Add forms with comma
authorcpg <cpg>
Mon, 15 Dec 2003 22:03:19 +0000 (22:03 +0000)
committercpg <cpg>
Mon, 15 Dec 2003 22:03:19 +0000 (22:03 +0000)
separated parameters.

gas/testsuite/ChangeLog
gas/testsuite/gas/z8k/eidi.s

index 7e83739..7d1253f 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-15  Christian Groessler  <chris@groessler.org>
+
+       * gas/z8k/eidi.s: Add uppercase forms.  Add forms with comma
+       separated parameters.
+
 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
 
        * gas/arm/thumbv6.s: Add nops.
index 3859792..f645aed 100644 (file)
@@ -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