This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] fix some dependencies on s-gtype v2.0
- From: Rafael Espíndola <rafael dot espindola at gmail dot com>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 26 Oct 2005 14:36:45 -0200
- Subject: [PATCH] fix some dependencies on s-gtype v2.0
Andrew Pinski pointed out some errors in my previous patch.
Some files can't be removed from gtfiles in config-lang.in. In this patch
they are added to the corresponding Make-lang.in instead. With this patch
the gtfiles in the "config-lang.in"s and the dependencies on s-gtype.in are
almost in sync. The difference is java/parser.c that can't be added to
gtfiles because it is generated from java/parser.y.
bootstraped and tested
:ADDPATCH build:
Rafael
2005-10-25 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* gcc/objc/Make-lang.in: Made gt-c-objc-common.h
depend on s-gtype
* gcc/objcp/Make-lang.in: Made
gt-objcp-objcp-decl.h depend on s-gtype
* gcc/cp/Make-lang.in: Made gt-cp-class.h,
gt-cp-semantics.h and gt-c-lex.h depend on s-gtype
* gcc/fortran/Make-lang.in: Removed gt-fortran-trans.h
* gcc/treelang/Make-lang.in: Made
gt-treelang-treetree.h depend on s-gype
* gcc/Makefile.in: Made gt-c-lang.h depend on s-gtype