This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] add gcc-interface subdirectory
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Arnaud Charlet <charlet at adacore dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 29 Jul 2008 14:06:45 -0400
- Subject: Re: [Ada] add gcc-interface subdirectory
- References: <20080729154925.GA10930@adacore.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Tue, Jul 29, 2008 at 05:49:25PM +0200, Arnaud Charlet wrote:
> This change moves the interface between the Ada front-end and the GCC
> middle-end to a subdirectory ada/gcc-interface, to help separating more
> cleanly each parts of the compiler, and also to help AdaCore contribute
> changes to mainline while using other back-end versions.
>
> Tested manually by kludging trans.c which has been broken recently, and
> tested on older revisions sucessfully, applied on trunk.
You haven't actually moved the files, only copied into the new directory,
so now all the files live in 2 places. E.g. Honza's recent check-in
changed gcc/ada/trans.c, not gcc/ada/gcc-interface/trans.c.
> 2008-07-29 Arnaud Charlet <charlet@adacore.com>
>
> * gcc-interface: New directory.
>
> * ada-tree.def, cuintp.c, gigi.h, Makefile.in, targtyps.c, ada.h,
> utils.c, ada-tree.h, decl.c, lang.opt, Make-lang.in, trans.c,
> config-lang.in, deftarg.c, lang-specs.h, misc.c, utils2.c: Moved
> to gcc-interface subdirectory.
Jakub