]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
S/390: invoke.texi: Add missing cpu types for march option: z196 and zEC12.
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Tue, 19 May 2015 12:24:42 +0000 (12:24 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Tue, 19 May 2015 12:24:42 +0000 (12:24 +0000)
gcc/
* doc/invoke.texi: Add missing cpu types for march option: z196
and zEC12.

From-SVN: r223357

gcc/ChangeLog
gcc/doc/invoke.texi

index cf27f05fc4f3c92caf11ef4767adab776ae94db0..d8273e058d334d78a8d93c35bf8a4bef86ca9411 100644 (file)
@@ -1,3 +1,8 @@
+2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
+
+       * doc/invoke.texi: Add missing cpu types for march option: z196
+       and zEC12.
+
 2015-05-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
 
        Backport from mainline
index c6be4e2c071b7a386178a1ba0aa631fb394c57c0..4ba20fa8115704f4044157d50945ec879d4092da 100644 (file)
@@ -18536,7 +18536,7 @@ The default is to not print debug information.
 Generate code that runs on @var{cpu-type}, which is the name of a system
 representing a certain processor type.  Possible values for
 @var{cpu-type} are @samp{g5}, @samp{g6}, @samp{z900}, @samp{z990},
-@samp{z9-109}, @samp{z9-ec} and @samp{z10}.
+@samp{z9-109}, @samp{z9-ec}, @samp{z10}, @samp{z196}, and @samp{zEC12}.
 When generating code using the instructions available on z/Architecture,
 the default is @option{-march=z900}.  Otherwise, the default is
 @option{-march=g5}.