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: [Ada] add gcc-interface subdirectory


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


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