]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
S/390: Add support for z15 as CPU name.
authorAndreas Krebbel <krebbel@linux.ibm.com>
Tue, 8 Oct 2019 09:23:57 +0000 (11:23 +0200)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Tue, 17 Dec 2019 09:39:26 +0000 (10:39 +0100)
commit1f656f70098a9acda9bdf4c047cb86fedc007206
treeec1b8e972a0bc9e12552786dbc0de48f19a5ca70
parent926ce97e53c59aade7c2b4ee18642df852a31ac1
S/390: Add support for z15 as CPU name.

So far z15 was identified as arch13. After the machine has been
announced we can now add the real name.

gas/ChangeLog:

2019-12-17  Andreas Krebbel  <krebbel@linux.ibm.com>

Backport from mainline
2019-10-08  Andreas Krebbel  <krebbel@linux.ibm.com>

* config/tc-s390.c (s390_parse_cpu): Add z15 as alternate CPU
name.
* doc/as.texi: Add z15 to CPU string list.
* doc/c-s390.texi: Likewise.

opcodes/ChangeLog:

2019-12-17  Andreas Krebbel  <krebbel@linux.ibm.com>

Backport from mainline
2019-10-08  Andreas Krebbel  <krebbel@linux.ibm.com>

* s390-mkopc.c (main): Enable z15 as CPU string in the opcode
table.
gas/config/tc-s390.c
gas/doc/as.texi
gas/doc/c-s390.texi
opcodes/s390-mkopc.c