]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
IBM zSystems: Add support for z16 as CPU name.
authorAndreas Krebbel <krebbel@linux.ibm.com>
Thu, 7 Apr 2022 05:45:49 +0000 (07:45 +0200)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Thu, 7 Apr 2022 05:54:29 +0000 (07:54 +0200)
commit69341966def7f6551bc4452684136831d6a6941c
treebcd6bb95c35709b35ef0dca8e8a62f6aa38cc4ab
parent5f0b6b77f11ca1484b69babd7ab6729ebbc447ee
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.
gas/ChangeLog
gas/config/tc-s390.c
gas/doc/as.texi
gas/doc/c-s390.texi
opcodes/ChangeLog
opcodes/s390-mkopc.c