From 9277bbcaf5af9568995695444a69907332b2367a Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 24 Aug 2014 19:26:49 +0000 Subject: [PATCH] * doc/invoke.texi (Optimize Options): Fix markup in two cases. From-SVN: r214409 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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}. -- 2.47.2