diff options
author | Dave Korn <dave.korn.cygwin@gmail.com> | 2010-12-03 23:31:42 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2010-12-03 23:31:42 +0000 |
commit | ac7eb5c634f7293908c9afd44009573b4aca0b92 (patch) | |
tree | 00fe94d93aafe71efa5f9ebf231a1a94e45d91ed /gcc | |
parent | 6c94a9fa1614eeca68f5820bcfb77431eb6d45e5 (diff) | |
download | gcc-ac7eb5c634f7293908c9afd44009573b4aca0b92.zip gcc-ac7eb5c634f7293908c9afd44009573b4aca0b92.tar.gz gcc-ac7eb5c634f7293908c9afd44009573b4aca0b92.tar.bz2 |
* doc/tm.texi.in (Cond. Exec. Macros): Rename node from this ...
(Cond Exec Macros): ... to this.
* doc/tm.texi: Regenerate.
From-SVN: r167446
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 4 | ||||
-rw-r--r-- | gcc/doc/tm.texi.in | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 338e324..f09ba95 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-12-03 Dave Korn <dave.korn.cygwin@gmail.com> + + * 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 <jason@redhat.com> PR debug/46123 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 6bc5f1f..5b143d7 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 47d5be2..b6370c4 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 |