This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [Committed] S/390: Add support for z15 as CPU name.
- From: Andreas Krebbel <krebbel at linux dot ibm dot com>
- To: binutils at sourceware dot org
- Date: Tue, 8 Oct 2019 15:14:18 +0200
- Subject: Re: [Committed] S/390: Add support for z15 as CPU name.
- References: <20191008131123.4757-1-krebbel@linux.ibm.com>
On 08.10.19 15:11, Andreas Krebbel wrote:
> So far z15 was identified as arch13. After the machine has been
> announced we can now add the real name.
>
> Committed.
>
> 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.
Ok to apply also to 2.32 and 2.33 branches?
Andreas