summaryrefslogtreecommitdiff
path: root/gnu/dist/binutils/include/opcode/s390.h
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2004-12-08 09:52:50 +0000
committermrg <mrg@NetBSD.org>2004-12-08 09:52:50 +0000
commite88da0ac40d3e2f3fbdc315643e9554e21437555 (patch)
tree17beacea8bf900fae32961870f652fc8eb463faa /gnu/dist/binutils/include/opcode/s390.h
parent0b0695816fdee18c0c19132cc7d96dfbe4e06206 (diff)
initial import of binutils 2.15 branch (20041204)
Diffstat (limited to 'gnu/dist/binutils/include/opcode/s390.h')
-rw-r--r--gnu/dist/binutils/include/opcode/s390.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/dist/binutils/include/opcode/s390.h b/gnu/dist/binutils/include/opcode/s390.h
index 6e32723b235..f582a4e5104 100644
--- a/gnu/dist/binutils/include/opcode/s390.h
+++ b/gnu/dist/binutils/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. */