IBM Z: Doc: Add z15/arch13 to the list of -march/-mtune options
authorAndreas Krebbel <krebbel@linux.ibm.com>
Tue, 6 Oct 2020 05:56:51 +0000 (07:56 +0200)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Tue, 6 Oct 2020 06:02:19 +0000 (08:02 +0200)
gcc/ChangeLog:

* doc/invoke.texi: Add z15/arch13 to the list of documented
-march/-mtune options.

gcc/doc/invoke.texi

index f623467..7c81d7f 100644 (file)
@@ -27698,7 +27698,7 @@ system representing a certain processor type.  Possible values for
 @var{cpu-type} are @samp{z900}/@samp{arch5}, @samp{z990}/@samp{arch6},
 @samp{z9-109}, @samp{z9-ec}/@samp{arch7}, @samp{z10}/@samp{arch8},
 @samp{z196}/@samp{arch9}, @samp{zEC12}, @samp{z13}/@samp{arch11},
-@samp{z14}/@samp{arch12}, and @samp{native}.
+@samp{z14}/@samp{arch12}, @samp{z15}/@samp{arch13}, and @samp{native}.
 
 The default is @option{-march=z900}.