Commit 80126298 by David Starner Committed by Jeff Law

gcc.texi (Passes): Update front-end files to their current location.

        * gcc.texi (Passes): Update front-end files to their current
        location.

From-SVN: r30280
parent d658cd4c
Sat Oct 30 21:32:17 1999 David Starner <dstarner98@aasaa.ofe.org>
* gcc.texi (Passes): Update front-end files to their current
location.
Sat Oct 30 14:41:40 1999 Richard Henderson <rth@cygnus.com> Sat Oct 30 14:41:40 1999 Richard Henderson <rth@cygnus.com>
* alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class. * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
......
...@@ -3218,19 +3218,21 @@ along with header files ...@@ -3218,19 +3218,21 @@ along with header files
@file{c-lex.h}, and @file{c-lex.h}, and
@file{c-tree.h}. @file{c-tree.h}.
The source files for parsing C++ are @file{cp-parse.y}, The source files for parsing C++ are in @file{cp/}.
@file{cp-class.c},@* They are @file{parse.y},
@file{cp-cvt.c}, @file{cp-decl.c}, @file{cp-decl2.c}, @file{class.c},@*
@file{cp-dem.c}, @file{cp-except.c},@* @file{cvt.c}, @file{decl.c}, @file{decl2.c},
@file{cp-expr.c}, @file{cp-init.c}, @file{cp-lex.c}, @file{except.c},@*
@file{cp-method.c}, @file{cp-ptree.c},@* @file{expr.c}, @file{init.c}, @file{lex.c},
@file{cp-search.c}, @file{cp-tree.c}, @file{cp-type2.c}, and @file{method.c}, @file{ptree.c},@*
@file{cp-typeck.c}, along with header files @file{cp-tree.def}, @file{search.c}, @file{tree.c},
@file{cp-tree.h}, and @file{cp-decl.h}. @file{typeck2.c}, and
@file{typeck.c}, along with header files @file{cp-tree.def},
The special source files for parsing Objective C are @file{cp-tree.h}, and @file{decl.h}.
@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 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. well.
The file @file{c-common.c} is also used for all of the above languages. The file @file{c-common.c} is also used for all of the above languages.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment