aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/s390.h
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2003-07-01 14:46:57 +0000
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2003-07-01 14:46:57 +0000
commitc72a8f697c87067b3e157a93ad6a1f4c4e019af2 (patch)
treed0ca6202d19b4a12ea9882bc361cdbd4f038dd73 /include/opcode/s390.h
parent89af415b3f58f793214e953bc9e72684fda94f51 (diff)
downloadfsf-binutils-gdb-c72a8f697c87067b3e157a93ad6a1f4c4e019af2.zip
fsf-binutils-gdb-c72a8f697c87067b3e157a93ad6a1f4c4e019af2.tar.gz
fsf-binutils-gdb-c72a8f697c87067b3e157a93ad6a1f4c4e019af2.tar.bz2
* s390.h (s390_opcode_cpu_val): Add enum for cpu type z990.
Diffstat (limited to 'include/opcode/s390.h')
-rw-r--r--include/opcode/s390.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/opcode/s390.h b/include/opcode/s390.h
index 6e32723..f582a4e 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. */