Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2003-07-01 18:46:57 +0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2003-07-01 18:46:57 +0400
commit5ed85bb96eb782db9e08183d7b7be427fa7a2d73 (patch)
tree083202dd35ba2a193b91fd84acc08846eb516935 /include
parent591a16af6e121d365cc1dfb34826417b8e7067f1 (diff)
* s390.h (s390_opcode_cpu_val): Add enum for cpu type z990.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/s390.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index e100c1193..b13efe26a 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -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.
diff --git a/include/opcode/s390.h b/include/opcode/s390.h
index 6e32723b2..f582a4e51 100644
--- a/include/opcode/s390.h
+++ b/include/opcode/s390.h
@@ -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. */