From 9efea28f03b4a10ed4855b97340fe78695a50542 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Tue, 19 May 2015 12:28:58 +0000 Subject: 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 12 ++++++------ 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 + + * 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 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 -- cgit v1.2.3