OSDN Git Service

2008-07-31 Vincent Celier <celier@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2008 12:37:42 +0000 (12:37 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2008 12:37:42 +0000 (12:37 +0000)
commit774829caddd25dac44df57422201eee45993e216
tree111f450ff499447e2cacdf94ccfe431bde98835a
parent9eb19d86b8ab45eee2c079d1ca48fbf9ee4ca666
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138394 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/prj-env.adb
gcc/ada/prj-part.adb
gcc/ada/prj-part.ads
gcc/ada/prj.adb
gcc/ada/prj.ads