From 3ff01f7ca585c0aec25549d0fb2031ba91ca03cc Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Tue, 19 May 2015 12:24:42 +0000 Subject: [PATCH] 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. From-SVN: r223357 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cf27f05fc4f3..d8273e058d33 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-05-19 Andreas Krebbel + + * doc/invoke.texi: Add missing cpu types for march option: z196 + and zEC12. + 2015-05-18 Andreas Krebbel Backport from mainline diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c6be4e2c071b..4ba20fa81157 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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}. -- 2.47.2