commit | 69341966def7f6551bc4452684136831d6a6941c | [log] [tgz] |
---|---|---|
author | Andreas Krebbel <krebbel@linux.ibm.com> | Thu Apr 07 07:45:49 2022 +0200 |
committer | Andreas Krebbel <krebbel@linux.ibm.com> | Thu Apr 07 07:54:29 2022 +0200 |
tree | bcd6bb95c35709b35ef0dca8e8a62f6aa38cc4ab | |
parent | 5f0b6b77f11ca1484b69babd7ab6729ebbc447ee [diff] |
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.