]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tm.texi.in (TARGET_FLAGS_REGNUM): Move around.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 16 Nov 2014 15:51:55 +0000 (15:51 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 16 Nov 2014 15:51:55 +0000 (15:51 +0000)
* doc/tm.texi.in (TARGET_FLAGS_REGNUM): Move around.
* doc/tm.texi: Regenerate.

Backport from mainline
2013-09-16  Andreas Schwab  <schwab@linux-m68k.org>

* doc/tm.texi.in (Cond Exec Macros): Remove node.
(Condition Code): Don't reference it.
* doc/tm.texi: Regenerate.

From-SVN: r217630

gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in

index e1362eb4d6d2981253529a2f59966a0c31aee4e9..3bb275bedd636048839e00733cfe67a0393b3924 100644 (file)
@@ -1,3 +1,15 @@
+2014-11-16  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Move around.
+       * doc/tm.texi: Regenerate.
+
+       Backport from mainline
+       2013-09-16  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * doc/tm.texi.in (Cond Exec Macros): Remove node.
+       (Condition Code): Don't reference it.
+       * doc/tm.texi: Regenerate.
+
 2014-11-13  Christophe Lyon  <christophe.lyon@linaro.org>
 
        Backport from mainline
index cbba1e7b10789a39a657a85f5eb1baf7101a2fc3..4d2323382973a902ca135c7d06a1415fa979f8ca 100644 (file)
@@ -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
index c2cc2829cfbc51afaa9ed23f220523f47110dbc9..a1a85c52ca05f7163f94d0357dbca21a0d9ddc16 100644 (file)
@@ -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