summaryrefslogtreecommitdiff
path: root/gcc/gcc.texi
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-31 03:33:50 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-31 03:33:50 +0000
commit4a56915a96f627788ae820edff5866f39a4b6c13 (patch)
tree6dcfd70619f1e573cb816f5273d9f0c92e380e9f /gcc/gcc.texi
parent573176a5af576c38a44b2538e3fc26a529c31b66 (diff)
downloadgcc-4a56915a96f627788ae820edff5866f39a4b6c13.tar.gz
* gcc.texi (Passes): Update front-end files to their current
location. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30280 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r--gcc/gcc.texi28
1 files changed, 15 insertions, 13 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index 56c24bfaff5..057f2beb17f 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -3218,19 +3218,21 @@ along with header files
@file{c-lex.h}, and
@file{c-tree.h}.
-The source files for parsing C++ are @file{cp-parse.y},
-@file{cp-class.c},@*
-@file{cp-cvt.c}, @file{cp-decl.c}, @file{cp-decl2.c},
-@file{cp-dem.c}, @file{cp-except.c},@*
-@file{cp-expr.c}, @file{cp-init.c}, @file{cp-lex.c},
-@file{cp-method.c}, @file{cp-ptree.c},@*
-@file{cp-search.c}, @file{cp-tree.c}, @file{cp-type2.c}, and
-@file{cp-typeck.c}, along with header files @file{cp-tree.def},
-@file{cp-tree.h}, and @file{cp-decl.h}.
-
-The special source files for parsing Objective C are
-@file{objc-parse.y}, @file{objc-actions.c}, @file{objc-tree.def}, and
-@file{objc-actions.h}. Certain C-specific files are used for this as
+The source files for parsing C++ are in @file{cp/}.
+They are @file{parse.y},
+@file{class.c},@*
+@file{cvt.c}, @file{decl.c}, @file{decl2.c},
+@file{except.c},@*
+@file{expr.c}, @file{init.c}, @file{lex.c},
+@file{method.c}, @file{ptree.c},@*
+@file{search.c}, @file{tree.c},
+@file{typeck2.c}, and
+@file{typeck.c}, along with header files @file{cp-tree.def},
+@file{cp-tree.h}, and @file{decl.h}.
+
+The special source files for parsing Objective C are in @file{objc/}.
+They are @file{objc-parse.y}, @file{objc-act.c}, @file{objc-tree.def}, and
+@file{objc-act.h}. Certain C-specific files are used for this as
well.
The file @file{c-common.c} is also used for all of the above languages.