r177054 - in /trunk/gcc/ada: ChangeLog prj-conf...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Mon Aug 1 15:57:00 GMT 2011


Author: charlet
Date: Mon Aug  1 15:57:17 2011
New Revision: 177054

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177054
Log:
2011-08-01  Pascal Obry  <obry@adacore.com>

	* prj-part.ads, prj-part.adb (Parse): Add Target_Name parameter. Pass
	Target_Name to Get_Path call.
	(Parse_Single_Project): Likewise.
	(Post_Parse_Context_Clause): Likewise.
	* prj-env.ads, prj-env.adb (Find_Project): Add Target_Name parameter.
	Call Initialise_Project_Path with the proper Target_Name.
	(Initialize_Project_Path): Add <gnat_root>/<target_name>/lib/gnat
	search path.
	(Get_Path): Add Target_Name parameter. Call Initialise_Project_Path
	with the proper Target_Name.
	* prj-conf.adb (Get_Or_Create_Configuration_File): Pass Target_Name to
	Part.Parse routine.
	(Parse_Project_And_Apply_Config): Likewise.
	* prj-makr.adb (Initialize): Pass empty Target_Name to Parse routine.
	This is fine as this part of the code is supporting only native
	compilation.
	* prj-pars.adb (Parse): Pass empty Target_Name to Parse routine. This
	is fine as this part of the code is supporting only native compilation.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/prj-conf.adb
    trunk/gcc/ada/prj-env.adb
    trunk/gcc/ada/prj-env.ads
    trunk/gcc/ada/prj-makr.adb
    trunk/gcc/ada/prj-pars.adb
    trunk/gcc/ada/prj-part.adb
    trunk/gcc/ada/prj-part.ads



More information about the Gcc-cvs mailing list