diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-09-10 12:28:45 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-09-10 12:28:45 +0200 |
commit | be257e995d7fc59dcdbfcdbb8d549a4418d97f3b (patch) | |
tree | cc649ae7918e41381652fd2f8884f189f3be98bc /gcc/ada/prj-util.adb | |
parent | af80460358e29d5051bebf3046765412f88574da (diff) | |
download | gcc-be257e995d7fc59dcdbfcdbb8d549a4418d97f3b.zip gcc-be257e995d7fc59dcdbfcdbb8d549a4418d97f3b.tar.gz gcc-be257e995d7fc59dcdbfcdbb8d549a4418d97f3b.tar.bz2 |
[multiple changes]
2010-09-10 Ed Schonberg <schonberg@adacore.com>
* sprint.adb (Sprint_Node_Actual, case N_Derived_Type_Definition): Do
not reset Sloc when printing keyword "new".
2010-09-10 Vincent Celier <celier@adacore.com>
* gnatcmd.adb (GNATCmd): Put the command line in environment variable
GNAT_DRIVER_COMMAND_LINE.
2010-09-10 Ed Schonberg <schonberg@adacore.com>
* sem.adb (Do_Unit_And_Dependents): if Withed_Body is set on a context
clause, process the body at once.
2010-09-10 Ed Schonberg <schonberg@adacore.com>
* sem_res.adb (Resolve_Type_Conversion): Do not warn on a redundant
conversion is the expression is a qualified expression used to
disambiguate a function call.
2010-09-10 Vincent Celier <celier@adacore.com>
* prj-nmsc.adb (Add_Source): Allow an Ada source to have the same name
as a source of another project and of another language.
2010-09-10 Robert Dewar <dewar@adacore.com>
* prj-util.adb: Minor reformatting.
From-SVN: r164159
Diffstat (limited to 'gcc/ada/prj-util.adb')
-rw-r--r-- | gcc/ada/prj-util.adb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ada/prj-util.adb b/gcc/ada/prj-util.adb index 43e5101..d714cdb 100644 --- a/gcc/ada/prj-util.adb +++ b/gcc/ada/prj-util.adb @@ -189,11 +189,10 @@ package body Prj.Util is elsif Builder_Package /= No_Package then - -- If the suffix is specified in the project itself, as - -- opposed to the config file, it needs to be taken into account. - -- Unfortunately, when the project was processed, in both cases - -- the suffix is stored in Project.Config, so get it from the - -- project again. + -- If the suffix is specified in the project itself, as opposed to + -- the config file, it needs to be taken into account. However, + -- when the project was processed, in both cases the suffix was + -- stored in Project.Config, so get it from the project again. Suffix_From_Project := Prj.Util.Value_Of |