OSDN Git Service

* s390.h (s390_opcode_cpu_val): Add enum for cpu type z990.
authorsky <sky>
Tue, 1 Jul 2003 14:46:57 +0000 (14:46 +0000)
committersky <sky>
Tue, 1 Jul 2003 14:46:57 +0000 (14:46 +0000)
include/opcode/ChangeLog
include/opcode/s390.h

index e100c11..b13efe2 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * s390.h (s390_opcode_cpu_val): Add enum for cpu type z990.
+
 2003-06-25  Richard Sandiford  <rsandifo@redhat.com>
 
        * h8300.h (IMM2_NS, IMM8_NS, IMM16_NS): Remove.
index 6e32723..f582a4e 100644 (file)
@@ -34,7 +34,8 @@ enum s390_opcode_cpu_val
   {
     S390_OPCODE_G5 = 0,
     S390_OPCODE_G6,
-    S390_OPCODE_Z900
+    S390_OPCODE_Z900,
+    S390_OPCODE_Z990
   };
 
 /* The opcode table is an array of struct s390_opcode.  */