diff options
author | Andreas Krebbel <krebbel@linux.ibm.com> | 2022-04-07 07:45:49 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.ibm.com> | 2022-04-07 07:54:29 +0200 |
commit | 69341966def7f6551bc4452684136831d6a6941c (patch) | |
tree | bcd6bb95c35709b35ef0dca8e8a62f6aa38cc4ab /gas/doc/as.texi | |
parent | 5f0b6b77f11ca1484b69babd7ab6729ebbc447ee (diff) | |
download | fsf-binutils-gdb-69341966def7f6551bc4452684136831d6a6941c.zip fsf-binutils-gdb-69341966def7f6551bc4452684136831d6a6941c.tar.gz fsf-binutils-gdb-69341966def7f6551bc4452684136831d6a6941c.tar.bz2 |
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.
Diffstat (limited to 'gas/doc/as.texi')
-rw-r--r-- | gas/doc/as.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 9a7db3f..09b0ca5 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -1897,8 +1897,8 @@ Specify which s390 processor variant is the target, @samp{g5} (or @samp{arch3}), @samp{g6}, @samp{z900} (or @samp{arch5}), @samp{z990} (or @samp{arch6}), @samp{z9-109}, @samp{z9-ec} (or @samp{arch7}), @samp{z10} (or @samp{arch8}), @samp{z196} (or @samp{arch9}), @samp{zEC12} (or @samp{arch10}), -@samp{z13} (or @samp{arch11}), @samp{z14} (or @samp{arch12}), or @samp{z15} -(or @samp{arch13}). +@samp{z13} (or @samp{arch11}), @samp{z14} (or @samp{arch12}), @samp{z15} +(or @samp{arch13}), or @samp{z16} (or @samp{arch14}). @item -mregnames @itemx -mno-regnames Allow or disallow symbolic names for registers. |