From 69341966def7f6551bc4452684136831d6a6941c Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Thu, 7 Apr 2022 07:45:49 +0200 Subject: IBM zSystems: Add support for z16 as CPU name. So far z16 was identified as arch14. After the machine has been announced we can now add the real name. gas/ChangeLog: * config/tc-s390.c (s390_parse_cpu): Add z16 as alternate CPU name. * doc/as.texi: Add z16 and arch14 to CPU string list. * doc/c-s390.texi: Add z16 to CPU string list. opcodes/ChangeLog: * s390-mkopc.c (main): Enable z16 as CPU string in the opcode table. --- opcodes/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'opcodes/ChangeLog') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a16a937..3d9f4a1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2022-04-07 Andreas Krebbel + + * s390-mkopc.c (main): Enable z16 as CPU string in the opcode + table. + 2022-03-16 Simon Marchi * configure.ac: Handle bfd_amdgcn_arch. -- cgit v1.1