This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: It's (PCH) merging time!



On Saturday, Oct 5, 2002, at 22:42 America/New_York, Fergus Henderson wrote:
The ada/decl.c file name should be included in gtfiles in ada/config-lang.in
(which it is), and it should then get included in gtyp-gen.h,
Here things go wrong. The generated gtype-gen.h file is:

/* This file is machine generated.  Do not edit.  */
static const char *srcdir =
"/Users/bosch/gcc/gcc"
;
static const char *lang_files[] = {
"/Users/bosch/gcc/gcc/c-lang.c",
"/Users/bosch/gcc/gcc/c-parse.in",
"/Users/bosch/gcc/gcc/c-tree.h",
"/Users/bosch/gcc/gcc/c-decl.c",
"/Users/bosch/gcc/gcc/c-common.c",
"/Users/bosch/gcc/gcc/c-common.h",
"/Users/bosch/gcc/gcc/c-pragma.c",
"/Users/bosch/gcc/gcc/c-objc-common.c",
NULL};
static const char *langs_for_lang_files[] = {
"c",
"c",
"c",
"c",
"c",
"c",
"c",
"c",
NULL};
static const char *all_files[] = {
"config.h",
"auto-host.h",
"/Users/bosch/gcc/gcc/../include/ansidecl.h",
"/Users/bosch/gcc/gcc/config/rs6000/rs6000.h",
"/Users/bosch/gcc/gcc/config/darwin.h",
"/Users/bosch/gcc/gcc/config/rs6000/darwin.h",
"/Users/bosch/gcc/gcc/defaults.h",
"/Users/bosch/gcc/gcc/defaults.h",
"/Users/bosch/gcc/gcc/location.h",
"/Users/bosch/gcc/gcc/../include/hashtab.h",
"/Users/bosch/gcc/gcc/bitmap.h",
"/Users/bosch/gcc/gcc/function.h",
"/Users/bosch/gcc/gcc/rtl.h",
"/Users/bosch/gcc/gcc/optabs.h",
"/Users/bosch/gcc/gcc/tree.h",
"/Users/bosch/gcc/gcc/libfuncs.h",
"/Users/bosch/gcc/gcc/hashtable.h",
"/Users/bosch/gcc/gcc/real.h",
"/Users/bosch/gcc/gcc/varray.h",
"/Users/bosch/gcc/gcc/ssa.h",
"/Users/bosch/gcc/gcc/insn-addr.h",
"/Users/bosch/gcc/gcc/cselib.h",
"/Users/bosch/gcc/gcc/c-common.h",
"/Users/bosch/gcc/gcc/c-tree.h",
"/Users/bosch/gcc/gcc/basic-block.h",
"/Users/bosch/gcc/gcc/alias.c",
"/Users/bosch/gcc/gcc/bitmap.c",
"/Users/bosch/gcc/gcc/cselib.c",
"/Users/bosch/gcc/gcc/dependence.c",
"/Users/bosch/gcc/gcc/dwarf2out.c",
"/Users/bosch/gcc/gcc/emit-rtl.c",
"/Users/bosch/gcc/gcc/except.c",
"/Users/bosch/gcc/gcc/explow.c",
"/Users/bosch/gcc/gcc/expr.c",
"/Users/bosch/gcc/gcc/fold-const.c",
"/Users/bosch/gcc/gcc/function.c",
"/Users/bosch/gcc/gcc/gcse.c",
"/Users/bosch/gcc/gcc/integrate.c",
"/Users/bosch/gcc/gcc/lists.c",
"/Users/bosch/gcc/gcc/optabs.c",
"/Users/bosch/gcc/gcc/profile.c",
"/Users/bosch/gcc/gcc/ra-build.c",
"/Users/bosch/gcc/gcc/regclass.c",
"/Users/bosch/gcc/gcc/reg-stack.c",
"/Users/bosch/gcc/gcc/sdbout.c",
"/Users/bosch/gcc/gcc/stmt.c",
"/Users/bosch/gcc/gcc/stor-layout.c",
"/Users/bosch/gcc/gcc/tree.c",
"/Users/bosch/gcc/gcc/varasm.c",
"/Users/bosch/gcc/gcc/config/rs6000/rs6000.c",
"/Users/bosch/gcc/gcc/config/darwin.c",
"/Users/bosch/gcc/gcc/c-lang.c",
"/Users/bosch/gcc/gcc/c-parse.in",
"/Users/bosch/gcc/gcc/c-tree.h",
"/Users/bosch/gcc/gcc/c-decl.c",
"/Users/bosch/gcc/gcc/c-common.c",
"/Users/bosch/gcc/gcc/c-common.h",
"/Users/bosch/gcc/gcc/c-pragma.c",
"/Users/bosch/gcc/gcc/c-objc-common.c",
 NULL};
static const char *lang_dir_names[] = { "c",
"ada",
NULL};


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]