* s390.h (s390_opcode_cpu_val): Add enum for cpu type z990.
This commit is contained in:
parent
591a16af6e
commit
5ed85bb96e
|
@ -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>
|
2003-06-25 Richard Sandiford <rsandifo@redhat.com>
|
||||||
|
|
||||||
* h8300.h (IMM2_NS, IMM8_NS, IMM16_NS): Remove.
|
* h8300.h (IMM2_NS, IMM8_NS, IMM16_NS): Remove.
|
||||||
|
|
|
@ -34,7 +34,8 @@ enum s390_opcode_cpu_val
|
||||||
{
|
{
|
||||||
S390_OPCODE_G5 = 0,
|
S390_OPCODE_G5 = 0,
|
||||||
S390_OPCODE_G6,
|
S390_OPCODE_G6,
|
||||||
S390_OPCODE_Z900
|
S390_OPCODE_Z900,
|
||||||
|
S390_OPCODE_Z990
|
||||||
};
|
};
|
||||||
|
|
||||||
/* The opcode table is an array of struct s390_opcode. */
|
/* The opcode table is an array of struct s390_opcode. */
|
||||||
|
|
Loading…
Reference in New Issue