* s390.h (s390_opcode_cpu_val): Add enum for cpu type z9-109.
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 12 Aug 2005 18:02:38 +0000 (18:02 +0000)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 12 Aug 2005 18:02:38 +0000 (18:02 +0000)
include/opcode/ChangeLog
include/opcode/s390.h

index 045b4a92d8c933670449131d215675708a6b95f7..88c2c829bedcd3f3067c8a510c4a5991eb8f2458 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-12 Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * s390.h (s390_opcode_cpu_val): Add enum for cpu type z9-109.
+
 2005-07-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR gas/336
index ac06555feb89092d0c09b1204e7b539b2b4843a8..7bb30de285f9983e57a1a6a6154136172036de06 100644 (file)
@@ -35,7 +35,8 @@ enum s390_opcode_cpu_val
     S390_OPCODE_G5 = 0,
     S390_OPCODE_G6,
     S390_OPCODE_Z900,
-    S390_OPCODE_Z990
+    S390_OPCODE_Z990,
+    S390_OPCODE_Z9_109
   };
 
 /* The opcode table is an array of struct s390_opcode.  */
@@ -138,4 +139,8 @@ extern const struct s390_operand s390_operands[];
 /* This operand is a length.  */
 #define S390_OPERAND_LENGTH 0x200
 
-#endif /* S390_H */
+/* This operand is optional. Only a single operand at the end of
+   the instruction may be optional.  */
+#define S390_OPERAND_OPTIONAL 0x400
+
+       #endif /* S390_H */
This page took 0.025721 seconds and 4 git commands to generate.