diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 5 | ||||
-rw-r--r-- | include/opcode/s390.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 18237b5..6c3a835 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2021-02-15 Andreas Krebbel <krebbel@linux.ibm.com> + + * opcode/s390.h (enum s390_opcode_cpu_val): Add + S390_OPCODE_ARCH14. + 2021-02-08 Mike Frysinger <vapier@gentoo.org> * opcode/tic54x.h (mmregs): Rename to ... diff --git a/include/opcode/s390.h b/include/opcode/s390.h index cc112b0..868ae2f 100644 --- a/include/opcode/s390.h +++ b/include/opcode/s390.h @@ -44,6 +44,7 @@ enum s390_opcode_cpu_val S390_OPCODE_Z13, S390_OPCODE_ARCH12, S390_OPCODE_ARCH13, + S390_OPCODE_ARCH14, S390_OPCODE_MAXCPU }; |