From: Eric Botcazou Date: Sun, 16 Nov 2014 15:51:55 +0000 (+0000) Subject: tm.texi.in (TARGET_FLAGS_REGNUM): Move around. X-Git-Tag: releases/gcc-4.8.4~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ec1ba4abc0dc70ce4790de2ded957e49cda925;p=thirdparty%2Fgcc.git tm.texi.in (TARGET_FLAGS_REGNUM): Move around. * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Move around. * doc/tm.texi: Regenerate. Backport from mainline 2013-09-16 Andreas Schwab * doc/tm.texi.in (Cond Exec Macros): Remove node. (Condition Code): Don't reference it. * doc/tm.texi: Regenerate. From-SVN: r217630 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e1362eb4d6d2..3bb275bedd63 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2014-11-16 Eric Botcazou + + * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Move around. + * doc/tm.texi: Regenerate. + + Backport from mainline + 2013-09-16 Andreas Schwab + + * doc/tm.texi.in (Cond Exec Macros): Remove node. + (Condition Code): Don't reference it. + * doc/tm.texi: Regenerate. + 2014-11-13 Christophe Lyon Backport from mainline diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index cbba1e7b1078..4d2323382973 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -4424,10 +4424,6 @@ to return a nonzero value when it is required, the compiler will run out of spill registers and print a fatal error message. @end deftypefn -@deftypevr {Target Hook} {unsigned int} TARGET_FLAGS_REGNUM -If the target has a dedicated flags register, and it needs to use the post-reload comparison elimination pass, then this value should be set appropriately. -@end deftypevr - @node Scalar Return @subsection How Scalar Function Values Are Returned @cindex return values in registers @@ -5901,7 +5897,6 @@ interested in most macros in this section. @menu * CC0 Condition Codes:: Old style representation of condition codes. * MODE_CC Condition Codes:: Modern representation of condition codes. -* Cond Exec Macros:: Macros to control conditional execution. @end menu @node CC0 Condition Codes @@ -6113,14 +6108,9 @@ same. If they are, it returns that mode. If they are different, it returns @code{VOIDmode}. @end deftypefn -@node Cond Exec Macros -@subsection Macros to control conditional execution -@findex conditional execution -@findex predication - -There is one macro that may need to be defined for targets -supporting conditional execution, independent of how they -represent conditional branches. +@deftypevr {Target Hook} {unsigned int} TARGET_FLAGS_REGNUM +If the target has a dedicated flags register, and it needs to use the post-reload comparison elimination pass, then this value should be set appropriately. +@end deftypevr @node Costs @section Describing Relative Costs of Operations diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index c2cc2829cfbc..a1a85c52ca05 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -4359,8 +4359,6 @@ to return a nonzero value when it is required, the compiler will run out of spill registers and print a fatal error message. @end deftypefn -@hook TARGET_FLAGS_REGNUM - @node Scalar Return @subsection How Scalar Function Values Are Returned @cindex return values in registers @@ -5805,7 +5803,6 @@ interested in most macros in this section. @menu * CC0 Condition Codes:: Old style representation of condition codes. * MODE_CC Condition Codes:: Modern representation of condition codes. -* Cond Exec Macros:: Macros to control conditional execution. @end menu @node CC0 Condition Codes @@ -6017,14 +6014,7 @@ same. If they are, it returns that mode. If they are different, it returns @code{VOIDmode}. @end deftypefn -@node Cond Exec Macros -@subsection Macros to control conditional execution -@findex conditional execution -@findex predication - -There is one macro that may need to be defined for targets -supporting conditional execution, independent of how they -represent conditional branches. +@hook TARGET_FLAGS_REGNUM @node Costs @section Describing Relative Costs of Operations