From 360d2b310cb72af3dbc1871c6973342d961afe67 Mon Sep 17 00:00:00 2001 From: jlquinn Date: Sat, 13 Mar 2010 05:38:08 +0000 Subject: [PATCH] 2010-03-13 Jerry Quinn * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi. * doc/c-tree.texi: Remove. * doc/generic.texi: Merge c-tree.texi here. * doc/gccint.texi (Trees): Remove menu entry. (c-tree.texi): Remove @include. * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC. * doc/languages.texi (Reading RTL): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157419 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 10 ++++++++++ gcc/doc/generic.texi | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 580ccc47978..f56c1e707de 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2010-03-13 Jerry Quinn + + * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi. + * doc/c-tree.texi: Remove. + * doc/generic.texi: Merge c-tree.texi here. + * doc/gccint.texi (Trees): Remove menu entry. + (c-tree.texi): Remove @include. + * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC. + * doc/languages.texi (Reading RTL): Ditto. + 2010-03-12 Steve Ellcey PR target/42869 diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 4d7a5d865bd..08eed65d41e 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -744,7 +744,7 @@ specified for it, while DECL_TYPE may be a modified type with lesser precision, according to the size of the bit field. @item NAMESPACE_DECL -Namespaces provide a name hierarchy for other declarations. They +Namespaces provide a name hierarchy for other delarations. They appear in the @code{DECL_CONTEXT} of other @code{_DECL} nodes. @end table @@ -2379,7 +2379,7 @@ This predicate holds if the function does not return normally. This predicate holds if the function can only read its arguments. @item DECL_PURE_P -This predicate holds if the function can only read its arguments, but +This predicate holds if the function can only read its arguemnts, but may also read global memory. @item DECL_VIRTUAL_P @@ -2467,7 +2467,7 @@ The C and C++ front ends generate a mix of GENERIC trees and ones specific to C and C++. These language-specific trees are higher-level constructs than the ones in GENERIC to make the parser's job easier. This section describes those trees that aren't part of GENERIC as well -as aspects of GENERIC trees that are treated in a language-specific +as aspects of GENERIC trees that are treated in a lanugage-specific manner. If you are developing a ``back end'', be it is a code-generator or some -- 2.11.0