From: Fedor Rybin Date: Thu, 31 May 2018 10:47:34 +0000 (+0000) Subject: [Ada] Document Stubs_Subdir in gnattest section on user guide X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9200846e06c348d812349d7d32b77b2a2931fb37;p=gcc.git [Ada] Document Stubs_Subdir in gnattest section on user guide 2018-05-31 Fedor Rybin gcc/ada/ * doc/gnat_ugn/gnat_utility_programs.rst: Document Stubs_Subdir in gnattest section on user guide. From-SVN: r261015 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index f3dce1be165..1a6b5096f1c 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2018-05-31 Fedor Rybin + + * doc/gnat_ugn/gnat_utility_programs.rst: Document Stubs_Subdir in + gnattest section on user guide. + 2018-05-31 Ed Schonberg * 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 9e366b38bf2..7f1184b7b59 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``.