IBM Z: Doc: Add z15/arch13 to the list of -march/-mtune options

gcc/ChangeLog:

	* doc/invoke.texi: Add z15/arch13 to the list of documented
	-march/-mtune options.
This commit is contained in:
Andreas Krebbel 2020-10-06 07:56:51 +02:00
parent 7164745e1c
commit d2364fb436

View 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}.