S/390: Doc: Add missing cpu values z196, zEC12.
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Wed, 11 Mar 2015 18:35:44 +0000 (18:35 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 11 Mar 2015 18:35:44 +0000 (18:35 +0000)
* doc/invoke.texi: Add missing cpu values (z196, zEC12).

From-SVN: r221353

gcc/ChangeLog
gcc/doc/invoke.texi

index 144df6c81547628d1098199dd7a2ba93f2ef7764..7a2a9b01f58f50bd603653979f7c84dca0f4186b 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
+
+       * doc/invoke.texi: Add missing cpu values (z196, zEC12).
+
 2015-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        PR target/65242
index b18669cce8d86282c5d850d2ab37648e6808f8cf..d979415c11f721c5fdd12419e77fe0c0720679e0 100644 (file)
@@ -20142,7 +20142,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}.