From: Joseph Myers Date: Mon, 7 Feb 2005 01:52:27 +0000 (+0000) Subject: re PR other/17135 (-freorder-functions mis-documented) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e8cb558565b9aef410e4d2e7b9c1444534ddb99;p=platform%2Fupstream%2Fgcc.git re PR other/17135 (-freorder-functions mis-documented) PR other/17135 * doc/invoke.texi: Correct documentation of -freorder-functions. From-SVN: r94689 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a52f477..7350bc6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-07 Joseph S. Myers + + PR other/17135 + * doc/invoke.texi: Correct documentation of -freorder-functions. + 2005-02-06 Joseph S. Myers PR other/14402 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e265017..43ef1c3 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4837,8 +4837,8 @@ sections. @item -freorder-functions @opindex freorder-functions -Reorder basic blocks in the compiled function in order to reduce number of -taken branches and improve code locality. This is implemented by using special +Reorder functions in the object file in order to +improve code locality. This is implemented by using special subsections @code{.text.hot} for most frequently executed functions and @code{.text.unlikely} for unlikely executed functions. Reordering is done by the linker so object file format must support named sections and linker must