From: Gerald Pfeifer Date: Sun, 24 Aug 2014 19:26:49 +0000 (+0000) Subject: * doc/invoke.texi (Optimize Options): Fix markup in two cases. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9277bbcaf5af9568995695444a69907332b2367a;p=gcc.git * doc/invoke.texi (Optimize Options): Fix markup in two cases. From-SVN: r214409 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 703a48970f6..ac9cf16f48b 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 7debd6bdbe4..2026fa52306 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}.