aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Rybin <rybin@adacore.com>2018-09-26 09:18:16 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2018-09-26 09:18:16 +0000
commit3e4ade66c6749652de644017de696f9c1e60f3ae (patch)
tree87b4603b09390de1a853704ac8cf43d98dd2a119
parentdd81163fe8ff6611261475f97c08f8ef688dd4d1 (diff)
downloadgcc-3e4ade66c6749652de644017de696f9c1e60f3ae.zip
gcc-3e4ade66c6749652de644017de696f9c1e60f3ae.tar.gz
gcc-3e4ade66c6749652de644017de696f9c1e60f3ae.tar.bz2
[Ada] Add notes about processing of aggregate projects
2018-09-26 Sergey Rybin <rybin@adacore.com> gcc/ada/ * doc/gnat_ugn/gnat_utility_programs.rst: Add note about processing of aggregate projects in gnatmetric and gnatstub. From-SVN: r264622
-rw-r--r--gcc/ada/ChangeLog5
-rw-r--r--gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst6
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index ba3c363..a93f5df 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-26 Sergey Rybin <rybin@adacore.com>
+
+ * doc/gnat_ugn/gnat_utility_programs.rst: Add note about
+ processing of aggregate projects in gnatmetric and gnatstub.
+
2018-09-26 Hristian Kirtchev <kirtchev@adacore.com>
* 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 7f1184b..b6f50b3 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)