From 91d4a5ea68ad2fa2ef251a5dd38a7eb7fdfb6bf8 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Wed, 11 Mar 2015 18:35:44 +0000 Subject: [PATCH] S/390: Doc: Add missing cpu values z196, zEC12. * doc/invoke.texi: Add missing cpu values (z196, zEC12). From-SVN: r221353 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 144df6c8154..7a2a9b01f58 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-03-11 Andreas Krebbel + + * doc/invoke.texi: Add missing cpu values (z196, zEC12). + 2015-03-11 Michael Meissner PR target/65242 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b18669cce8d..d979415c11f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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}. -- 2.30.2