From: James Greenhalgh Date: Wed, 5 Feb 2014 15:06:28 +0000 (+0000) Subject: Fix issue with previous revision X-Git-Tag: releases/gcc-4.7.4~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e034a8b3874c26bfed9859a47eaeee411c005ccb;p=thirdparty%2Fgcc.git Fix issue with previous revision Remove accidental "ssembly code." in the middle of a paragraph of text. From-SVN: r207508 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 24b2a466b5e0..afff7fb66455 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-02-05 James Greenhalgh + + * doc/invoke.texi: Fix thinko introduced by previous revision. + 2014-02-05 James Greenhalgh Backport from mainline. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c45b1b0e82b1..f1a6d1afe9d6 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10722,8 +10722,6 @@ those options take precedence over the appropriate part of this option. Permissible names for this option are the same as those for @option{-mtune}. -ssembly code. - @option{-mcpu=generic-@var{arch}} is also permissible, and is equivalent to @option{-march=@var{arch} -mtune=generic-@var{arch}}. See @option{-mtune} for more information.