aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedor Rybin <frybin@adacore.com>2018-05-31 10:47:34 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2018-05-31 10:47:34 +0000
commit9200846e06c348d812349d7d32b77b2a2931fb37 (patch)
tree6007628fb62de5337f088200b2e9d822aa91a49b
parent2a35a4ca1429dca015b8c635dc607e8fb7963808 (diff)
downloadgcc-9200846e06c348d812349d7d32b77b2a2931fb37.zip
gcc-9200846e06c348d812349d7d32b77b2a2931fb37.tar.gz
gcc-9200846e06c348d812349d7d32b77b2a2931fb37.tar.bz2
[Ada] Document Stubs_Subdir in gnattest section on user guide
2018-05-31 Fedor Rybin <frybin@adacore.com> gcc/ada/ * doc/gnat_ugn/gnat_utility_programs.rst: Document Stubs_Subdir in gnattest section on user guide. From-SVN: r261015
-rw-r--r--gcc/ada/ChangeLog5
-rw-r--r--gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst3
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index f3dce1be..1a6b509 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,8 @@
+2018-05-31 Fedor Rybin <frybin@adacore.com>
+
+ * doc/gnat_ugn/gnat_utility_programs.rst: Document Stubs_Subdir in
+ gnattest section on user guide.
+
2018-05-31 Ed Schonberg <schonberg@adacore.com>
* sem_res.adb (Resolve_String_Literal): If the type is a string type
diff --git a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
index 9e366b3..7f1184b 100644
--- a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
+++ b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
@@ -4788,6 +4788,9 @@ Alternatively, you may run the script using the following command line:
is used to select the same output mode as with the ``--tests-dir`` option.
This attribute cannot be used together with ``Subdir`` or ``Tests_Root``.
+ * ``Stubs_Dir``
+ is used to select the same output mode as with the ``--stubs-dir`` option.
+
* ``Harness_Dir``
is used to specify the directory in which to place harness packages and project
file for the test driver, otherwise specified by ``--harness-dir``.