From: gerald Date: Sun, 24 Aug 2014 19:26:49 +0000 (+0000) Subject: * doc/invoke.texi (Optimize Options): Fix markup in two cases. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc96bbc759a4aae4cf47e7c371f63db753db3774;p=thirdparty%2Fgcc.git * doc/invoke.texi (Optimize Options): Fix markup in two cases. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214409 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 703a48970f62..ac9cf16f48bd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-24 Gerald Pfeifer + + * doc/invoke.texi (Optimize Options): Fix markup in two cases. + 2014-08-24 Oleg Endo PR target/61996 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7debd6bdbe44..2026fa523067 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7232,7 +7232,7 @@ Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}. @opindex foptimize-strlen Optimize various standard C string functions (e.g. @code{strlen}, @code{strchr} or @code{strcpy}) and -their _FORTIFY_SOURCE counterparts into faster alternatives. +their @code{_FORTIFY_SOURCE} counterparts into faster alternatives. Enabled at levels @option{-O2}, @option{-O3}. @@ -7401,7 +7401,7 @@ register, compare it against zero, then branch based upon the result. This option is only meaningful on architectures that support such instructions, which include x86, PowerPC, IA-64 and S/390. -Enabled by default at -O1 and higher. +Enabled by default at @option{-O1} and higher. The default is @option{-fbranch-count-reg}.