diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-06-25 11:26:07 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-06-25 11:26:07 +0200 |
commit | fadcf3134557b94e1e52b8d9d6aa95e2ec2443ef (patch) | |
tree | 116462c37d01ba1b6c932ed55b7db566a03c056d /gcc/ada/prj-env.ads | |
parent | 5b900a4520087e5e38fe938e55932e6bd779d1e9 (diff) | |
download | gcc-fadcf3134557b94e1e52b8d9d6aa95e2ec2443ef.zip gcc-fadcf3134557b94e1e52b8d9d6aa95e2ec2443ef.tar.gz gcc-fadcf3134557b94e1e52b8d9d6aa95e2ec2443ef.tar.bz2 |
[multiple changes]
2009-06-25 Emmanuel Briot <briot@adacore.com>
* gnatcmd.adb, prj-proc.adb, make.adb, prj.adb, prj.ads, prj-nmsc.adb,
prj-util.adb, prj-env.adb, prj-env.ads: Merge handling of naming_data
between gnatmake and gprbuild.
(Naming_Data): Removed, no longer used
(Naming_Table, Project_Tree_Ref.Namings): Removed, since this is only
needed locally in one subprogram, no need to store forever in the
structure.
(Check_Naming_Scheme, Check_Package_Naming): Merged, since they play
a similar role.
(Body_Suffix_Of, Body_Suffix_Id_Of, Register_Default_Naming_Scheme,
Same_Naming_Scheme, Set_Body_Suffix, Set_Spec_Suffix, Spec_Suffix_Of,
Spec_Suffix_Id_Of): removed, no longer used.
2009-06-25 Javier Miranda <miranda@adacore.com>
* sem_res.adb (Resolve_Allocator): Skip test requiring exact match of
types on qualified expression in calls to imported C++ constructors.
* exp_ch4.adb (Expand_Allocator_Expression): Add missing support for
imported C++ constructors.
2009-06-25 Sergey Rybin <rybin@adacore.com>
* vms_data.ads: Add qualifier for new gnatcheck '-t' option.
From-SVN: r148937
Diffstat (limited to 'gcc/ada/prj-env.ads')
-rw-r--r-- | gcc/ada/prj-env.ads | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gcc/ada/prj-env.ads b/gcc/ada/prj-env.ads index a41df8c..8104e34 100644 --- a/gcc/ada/prj-env.ads +++ b/gcc/ada/prj-env.ads @@ -63,16 +63,9 @@ package Prj.Env is procedure Create_Config_Pragmas_File (For_Project : Project_Id; - Main_Project : Project_Id; - In_Tree : Project_Tree_Ref; - Include_Config_Files : Boolean := True); + In_Tree : Project_Tree_Ref); -- If there needs to have SFN pragmas, either for non standard naming - -- schemes or for individual units, or (when Include_Config_Files is True) - -- if Global_Configuration_Pragmas has been specified in package gnatmake - -- of the main project, or if Local_Configuration_Pragmas has been - -- specified in package Compiler of the main project, build (if needed) - -- a temporary file that contains all configuration pragmas, and specify - -- the configuration pragmas file in the project data. + -- schemes or for individual units. procedure Create_New_Path_File (In_Tree : Project_Tree_Ref; |