aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>2015-05-19 12:28:58 +0000
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2015-05-19 12:28:58 +0000
commit9efea28f03b4a10ed4855b97340fe78695a50542 (patch)
tree7769207c90397e91f00454924c2c4967c665945e
parenta18a3c5bf5dc359f5716f7c119da38cad32b9a3c (diff)
S/390: invoke.texi: Add missing cpu types for march option: z196 and zEC12.
gcc/ * doc/invoke.texi: Add missing cpu types for march option: z196 and zEC12. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@223358 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi12
2 files changed, 11 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b59c0e4e78f..3a4287aff74 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 865817eed5b..720736f6b47 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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