From 611bc8f641b796855af56417d897df49df1cfbe1 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Tue, 19 May 2015 12:28:58 +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: r223358 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b59c0e4e78f4..3a4287aff74e 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-16 Uros Bizjak PR target/66140 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 865817eed5b2..720736f6b473 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 -- 2.47.2