This is the mail archive of the gcc-cvs@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]

r138394 - in /trunk/gcc/ada: prj-env.adb prj-pa...


Author: charlet
Date: Thu Jul 31 12:37:42 2008
New Revision: 138394

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138394
Log:
2008-07-31  Vincent Celier  <celier@adacore.com>

	* prj-part.adb, prj-part.ads, prj.adb, prj.ads, prj-env.adb:
	Move back spec of Parse_Single_Project to body, as it is not called
	outside of package Prj.Part.
	(Project_Data): Remove components Linker_Name, Linker_Path and
	Minimum_Linker_Options as they are no longer set.
	Remove function There_Are_Ada_Sources from package Prj and move code
	in the only place it was used, in Prj.Env.Set_Ada_Paths.


Modified:
    trunk/gcc/ada/prj-env.adb
    trunk/gcc/ada/prj-part.adb
    trunk/gcc/ada/prj-part.ads
    trunk/gcc/ada/prj.adb
    trunk/gcc/ada/prj.ads


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