diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2018-05-29 09:42:50 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2018-05-29 09:42:50 +0000 |
commit | 86e74d5869813c22b946d76e7dbe960ef0a0c1f2 (patch) | |
tree | 1aadf4fca2049d077c1e65950c7d16d3d9c06405 /gcc/ada/usage.adb | |
parent | 4f95a81816d6bd14d27b3a2d4c89e451dbb42592 (diff) | |
download | gcc-86e74d5869813c22b946d76e7dbe960ef0a0c1f2.zip gcc-86e74d5869813c22b946d76e7dbe960ef0a0c1f2.tar.gz gcc-86e74d5869813c22b946d76e7dbe960ef0a0c1f2.tar.bz2 |
[Ada] Adjust documentation of -gnatn switch
This changes the wording in the documentation of the -gnatn switch to make
it use "units" rather than "modules" and also adjusts the usage message.
No functional changes.
2018-05-29 Eric Botcazou <ebotcazou@adacore.com>
gcc/ada/
* doc/gnat_ugn/building_executable_programs_with_gnat.rst (Alphabetical
List of All Switches): Replace "modules" with "units".
(Subprogram Inlining Control): Likewise.
* gnat_ugn.texi: Regenerate.
* usage.adb (Usage): Fix description of -gnatn switch.
From-SVN: r260889
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r-- | gcc/ada/usage.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb index a065244..cdf14cf 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -352,7 +352,7 @@ begin -- Line for -gnatn switch Write_Switch_Char ("n[?]"); - Write_Line ("Enable pragma Inline (both within and across units, ?=1/2)"); + Write_Line ("Enable pragma Inline across units (?=1/2 for moderate/full)"); -- Line for -gnato switch |