From 26fdd3daa8ee6df910c62fd172703fa5cb12d27e Mon Sep 17 00:00:00 2001 From: davek Date: Fri, 3 Dec 2010 23:31:42 +0000 Subject: [PATCH] * doc/tm.texi.in (Cond. Exec. Macros): Rename node from this ... (Cond Exec Macros): ... to this. * doc/tm.texi: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167446 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/doc/tm.texi | 4 ++-- gcc/doc/tm.texi.in | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 338e324b19a..f09ba9535c9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-12-03 Dave Korn + + * doc/tm.texi.in (Cond. Exec. Macros): Rename node from this ... + (Cond Exec Macros): ... to this. + * doc/tm.texi: Regenerate. + 2010-12-03 Jason Merrill PR debug/46123 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 6bc5f1f17f2..5b143d79ae6 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -5852,7 +5852,7 @@ 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. +* Cond Exec Macros:: Macros to control conditional execution. @end menu @node CC0 Condition Codes @@ -6060,7 +6060,7 @@ same. If they are, it returns that mode. If they are different, it returns @code{VOIDmode}. @end deftypefn -@node Cond. Exec. Macros +@node Cond Exec Macros @subsection Macros to control conditional execution @findex conditional execution @findex predication diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index 47d5be2980a..b6370c4e29f 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -5836,7 +5836,7 @@ 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. +* Cond Exec Macros:: Macros to control conditional execution. @end menu @node CC0 Condition Codes @@ -6044,7 +6044,7 @@ same. If they are, it returns that mode. If they are different, it returns @code{VOIDmode}. @end deftypefn -@node Cond. Exec. Macros +@node Cond Exec Macros @subsection Macros to control conditional execution @findex conditional execution @findex predication -- 2.11.0