]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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:24:32 +0000 (08:24 +0200)
gcc/ChangeLog:

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

(cherry picked from commit d2364fb436ff64a4c5293b697f37d53fd58a9f54)

gcc/doc/invoke.texi

index 1d924085b022eda4e0615c37236126d344e3aeed..6d036aff07654e664460155b4cdcfcdb70ebae7e 100644 (file)
@@ -27046,7 +27046,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}.