From 3e4ade66c6749652de644017de696f9c1e60f3ae Mon Sep 17 00:00:00 2001 From: Sergey Rybin Date: Wed, 26 Sep 2018 09:18:16 +0000 Subject: [PATCH] [Ada] Add notes about processing of aggregate projects 2018-09-26 Sergey Rybin gcc/ada/ * doc/gnat_ugn/gnat_utility_programs.rst: Add note about processing of aggregate projects in gnatmetric and gnatstub. From-SVN: r264622 --- gcc/ada/ChangeLog | 5 +++++ gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index ba3c363367e..a93f5dfbe0a 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2018-09-26 Sergey Rybin + + * doc/gnat_ugn/gnat_utility_programs.rst: Add note about + processing of aggregate projects in gnatmetric and gnatstub. + 2018-09-26 Hristian Kirtchev * contracts.adb, exp_unst.adb, exp_util.adb, gnat1drv.adb, diff --git a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst index 7f1184b7b59..b6f50b3cc01 100644 --- a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst +++ b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst @@ -2710,7 +2710,8 @@ Alternatively, you may run the script using the following command line: :switch:`-P {file}` Indicates the name of the project file that describes the set of sources to be processed. The exact set of argument sources depends on other options - specified, see below. + specified, see below. An aggregate project is allowed as the file parameter + only if it has exactly one non-aggregate project being aggregated. .. index:: -U (gnatmetric) @@ -4151,7 +4152,8 @@ Alternatively, you may run the script using the following command line: :switch:`-P {file}` Indicates the name of the project file that describes the set of sources - to be processed. + to be processed. An aggregate project is allowed as the file parameter only + if it has exactly one non-aggregate project being aggregated. .. index:: -X (gnatstub) -- 2.30.2