From 38c2fd0ca96783d989c5244439f5cb7862c17097 Mon Sep 17 00:00:00 2001 From: Vincent Celier Date: Wed, 6 Jun 2007 12:40:57 +0200 Subject: prj.adb (Project_Empty): Gives default value for new component Libgnarl_Needed 2007-04-20 Vincent Celier * prj.adb (Project_Empty): Gives default value for new component Libgnarl_Needed * prj-attr.ads: Minor reformatting * prj-env.ads, prj-env.adb (For_All_Object_Dirs): Register object directory using the untouched casing. (For_All_Source_Dirs): Idem. * prj-ext.ads, prj-ext.adb (Search_Directories): New table to record directories specified with switches -aP. (Add_Search_Project_Directory): New procedure (Initialize_Project_Path): Put the directories in table Search_Directories in the project search path. (Initialize_Project_Path): For VMS, transform into canonical form the project path. From-SVN: r125442 --- gcc/ada/prj-env.ads | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/ada/prj-env.ads') diff --git a/gcc/ada/prj-env.ads b/gcc/ada/prj-env.ads index 59d2cfc..a3a3db7 100644 --- a/gcc/ada/prj-env.ads +++ b/gcc/ada/prj-env.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2001-2005, Free Software Foundation, Inc -- +-- Copyright (C) 2001-2007, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -39,7 +39,7 @@ package Prj.Env is procedure Create_Mapping_File (Project : Project_Id; In_Tree : Project_Tree_Ref; - Name : out Name_Id); + Name : out Path_Name_Type); -- Create a temporary mapping file for project Project. For each unit -- in the closure of immediate sources of Project, put the mapping of -- its spec and or body to its file name and path name in this file. @@ -135,7 +135,7 @@ package Prj.Env is (Source_File_Name : String; In_Tree : Project_Tree_Ref; Project : out Project_Id; - Path : out Name_Id); + Path : out File_Name_Type); -- Returns the project of a source and its path in displayable form generic -- cgit v1.1