]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
s390: Add support for z17 as CPU name
authorJens Remus <jremus@linux.ibm.com>
Wed, 9 Apr 2025 06:59:24 +0000 (08:59 +0200)
committerJens Remus <jremus@linux.ibm.com>
Wed, 9 Apr 2025 07:00:48 +0000 (09:00 +0200)
commit981fe5fd80faf511aa265e841a380c9b46be30e6
treed0d60c236b16d5cc29635d94a48f8c5ab4ec8cb8
parent5ea1eec52f47fbc9155bd8f057d26429e6881628
s390: Add support for z17 as CPU name

So far IBM z17 was identified as arch15.  Add the real name, as it has
been announced. [1]

[1]: IBM z17 announcement letter, AD25-0015,
     https://www.ibm.com/docs/en/announcements/z17-makes-more-possible

gas/
* config/tc-s390.c (s390_parse_cpu): Add z17 as alternate CPU
name for arch15.
* doc/c-s390.texi: Likewise.
* doc/as.texi: Likewise.

opcodes/
* s390-mkopc.c (main): Add z17 as alternate CPU name for arch15.

Signed-off-by: Jens Remus <jremus@linux.ibm.com>
gas/config/tc-s390.c
gas/doc/as.texi
gas/doc/c-s390.texi
opcodes/s390-mkopc.c