summaryrefslogtreecommitdiff
path: root/gcc/ada/prj-env.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-10 12:48:44 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-10 12:48:44 +0000
commit8573c9140dfd88786f9e04938e2b764220926b9e (patch)
treeba91dc3b8c600909f46bf790d52fdec30cebcf0e /gcc/ada/prj-env.ads
parent37b3d9532bca111f8659f6c900e01c30f7a1f079 (diff)
downloadgcc-8573c9140dfd88786f9e04938e2b764220926b9e.tar.gz
2007-09-10 Vincent Celier <celier@adacore.com>
* prj-env.ads, prj-env.adb (Create_Mapping_File (Language)): Remove parameter Runtime_Project. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128336 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/prj-env.ads')
-rw-r--r--gcc/ada/prj-env.ads8
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/ada/prj-env.ads b/gcc/ada/prj-env.ads
index 74bb9fcbc75..4a680ffaee9 100644
--- a/gcc/ada/prj-env.ads
+++ b/gcc/ada/prj-env.ads
@@ -10,14 +10,13 @@
-- --
-- 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- --
--- ware Foundation; either version 2, or (at your option) any later ver- --
+-- ware Foundation; either version 3, or (at your option) any later ver- --
-- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
-- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
-- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --
-- for more details. You should have received a copy of the GNU General --
--- Public License distributed with GNAT; see file COPYING. If not, write --
--- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, --
--- Boston, MA 02110-1301, USA. --
+-- Public License distributed with GNAT; see file COPYING3. If not, go to --
+-- http://www.gnu.org/licenses for a complete copy of the license. --
-- --
-- GNAT was originally developed by the GNAT team at New York University. --
-- Extensive contributions were provided by Ada Core Technologies Inc. --
@@ -47,7 +46,6 @@ package Prj.Env is
procedure Create_Mapping_File
(Project : Project_Id;
Language : Name_Id;
- Runtime : Project_Id;
In_Tree : Project_Tree_Ref;
Name : out Path_Name_Type);
-- Create a temporary mapping file for project Project. For each source or