[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 5 Oct 2010 09:22:21 +0000 (11:22 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 5 Oct 2010 09:22:21 +0000 (11:22 +0200)
commit9d9f5f49ae6d54cac2a967ffdfab8b7b4a113cb9
tree5575696fde08e5ca04737aa1967877e45236e0e4
parent98ee5fc4773c6c7d7d58085d0443a0634b9af809
[multiple changes]

2010-10-05  Eric Botcazou  <ebotcazou@adacore.com>

* exp_ch5.adb (Make_Field_Expr): Revert previous change (removed).

2010-10-05  Emmanuel Briot  <briot@adacore.com>

* prj-dect.adb, prj-nmsc.adb, prj-attr.adb, snames.ads-tmpl
(Aggregate projects): added support for parsing aggregate projects.
In particular, check the presence and value of the new attributes
related to aggregate projects, ie Project_Files, Project_Path
and External.
(Check_Attribute_Allowed, Check_Package_Allowed,
Rename_Obsolescent_Attributes): new subprogram, extracting code
from existing subprogram to keep their sizes smaller.
(Check_Aggregate_Project, Check_Abstract_Project,
Check_Missing_Sources): new subprograms
(Check): remove comments that duplicated either the name of the
following subprogram call, or the comment on that subprogram.
* prj-part.adb (Check_Extending_All_Imports): New subprogram, extracted
from Parse_Single_Project.
(Check_Aggregate_Imports): new subprogram.

From-SVN: r164968
gcc/ada/ChangeLog
gcc/ada/exp_ch5.adb
gcc/ada/prj-attr.adb
gcc/ada/prj-dect.adb
gcc/ada/prj-nmsc.adb
gcc/ada/prj-part.adb
gcc/ada/snames.ads-tmpl