]> 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:28:58 +0000 (12:28 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Tue, 19 May 2015 12:28:58 +0000 (12:28 +0000)
gcc/
* doc/invoke.texi: Add missing cpu types for march option: z196
and zEC12.

From-SVN: r223358

gcc/ChangeLog
gcc/doc/invoke.texi

index b59c0e4e78f40fba3e654156ebeb906a54f1a59f..3a4287aff74ec656d3d8fc308e4dd5ecc338468a 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-16  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/66140
index 865817eed5b2705a6919f7705e2cec9613bc4e74..720736f6b473811ea1b8b834d6fc5154510fbe19 100644 (file)
@@ -20264,13 +20264,13 @@ The default is to not print debug information.
 
 @item -march=@var{cpu-type}
 @opindex march
-Generate code that runs on @var{cpu-type}, which is the name of a system
-representing a certain processor type.  Possible values for
+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}.
-When generating code using the instructions available on z/Architecture,
-the default is @option{-march=z900}.  Otherwise, the default is
-@option{-march=g5}.
+@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}.
 
 @item -mtune=@var{cpu-type}
 @opindex mtune