From: Martin Schwidefsky Date: Tue, 1 Jul 2003 14:46:57 +0000 (+0000) Subject: * s390.h (s390_opcode_cpu_val): Add enum for cpu type z990. X-Git-Tag: ezannoni_pie-20030916-branchpoint~925 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c72a8f697c87067b3e157a93ad6a1f4c4e019af2;p=thirdparty%2Fbinutils-gdb.git * s390.h (s390_opcode_cpu_val): Add enum for cpu type z990. --- diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index e100c119316..b13efe26a3c 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2003-07-01 Martin Schwidefsky + + * s390.h (s390_opcode_cpu_val): Add enum for cpu type z990. + 2003-06-25 Richard Sandiford * h8300.h (IMM2_NS, IMM8_NS, IMM16_NS): Remove. diff --git a/include/opcode/s390.h b/include/opcode/s390.h index 6e32723b235..f582a4e5104 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. */