r148934 - in /trunk/gcc/ada: ChangeLog fmap.ads...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Thu Jun 25 09:00:00 GMT 2009


Author: charlet
Date: Thu Jun 25 09:00:52 2009
New Revision: 148934

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148934
Log:
2009-06-25  Emmanuel Briot  <briot@adacore.com>

	* fmap.ads, make.adb, prj.adb, prj.ads, prj-nmsc.adb, prj-env.adb,
	prj-env.ads (Source_Data.Get_Object): Field removed, since it can be
	computed efficiently from the other fields.
	(Object_To_Global_Archive): New subprogram
	(Create_Mapping): Remove unneeded call to Remove_Forbidden_File_Name.
	(Override_Kind): Fix handling of separates in Ada.
	(Create_Mapping_File): Remove duplicate code
	(Naming_Data.Implementation_Exception, Specification_Exception):
	field removed, since never used.
	(Naming_Data.Specs, .Bodies): field removed, since this is only
	used while processing the project and is not needed once the tree
	is in memory. This brings Naming_Data and Lang_Naming_Data
	closer (same content now, but different use still).


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/fmap.ads
    trunk/gcc/ada/make.adb
    trunk/gcc/ada/prj-env.adb
    trunk/gcc/ada/prj-env.ads
    trunk/gcc/ada/prj-nmsc.adb
    trunk/gcc/ada/prj.adb
    trunk/gcc/ada/prj.ads



More information about the Gcc-cvs mailing list