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, 8 Oct 2019 09:24:29 +0000 (11:24 +0200)
commit46e292ab0af65d13675b54f808fa24e12999e405
tree899a680cbf72041b1ff6a39d6858ca3fc2be0452
parentf21410c03a33bad55998b5691de7d2cf50e68933
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-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-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
This page took 0.024728 seconds and 4 git commands to generate.