[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 17 Jul 2014 06:49:11 +0000 (08:49 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 17 Jul 2014 06:49:11 +0000 (08:49 +0200)
2014-07-17  Robert Dewar  <dewar@adacore.com>

* g-comlin.ads, g-comlin.adb: Minor clean up.

2014-07-17  Bob Duff  <duff@adacore.com>

* gnat_ugn.texi: Update gnatpp doc.

From-SVN: r212729

gcc/ada/ChangeLog
gcc/ada/g-comlin.adb
gcc/ada/g-comlin.ads
gcc/ada/gnat_ugn.texi

index 2105a7ea78f72061d3ab29387aa4f0be44be6a11..fd13214279dba40a35024cb72a43f84f1427b934 100644 (file)
@@ -1,3 +1,11 @@
+2014-07-17  Robert Dewar  <dewar@adacore.com>
+
+       * g-comlin.ads, g-comlin.adb: Minor clean up.
+
+2014-07-17  Bob Duff  <duff@adacore.com>
+
+       * gnat_ugn.texi: Update gnatpp doc.
+
 2014-07-17  Robert Dewar  <dewar@adacore.com>
 
        * gnat_rm.texi: Document new restriction No_Long_Long_Integers.
index d472ee52958f22359442067c3fa8730e3b11f5d0..20ee73ce650a3a49f08ed9eed645360a382302dd 100644 (file)
@@ -3596,9 +3596,8 @@ package body GNAT.Command_Line is
    begin
       Put_Line
         (Standard_Error,
-         "try `" &
-         Base_Name (Ada.Command_Line.Command_Name) &
-         " --help` for more information.");
+         "try """ & Base_Name (Ada.Command_Line.Command_Name)
+         & " --help"" for more information.");
    end Try_Help;
 
 end GNAT.Command_Line;
index 109e83638b8202a2ae308e404c34e433a81c2140..017edddde02e215a35011d49ad368711e4dfc911 100644 (file)
@@ -1005,7 +1005,7 @@ package GNAT.Command_Line is
    --  the executable. This procedure should only be called when the executable
    --  accepts switch --help. When this procedure is called by executable xxx,
    --  the following message is displayed on standard error:
-   --      try `xxx --help` for more information.
+   --      try "xxx --help" for more information.
 
 private
 
index 5d0c8e4d468afe62a75e3cdf58ab5afb4d78738b..51a8bd48f2a1f3fa7e0466a57bf3616bf9faab38 100644 (file)
@@ -15208,6 +15208,11 @@ options:
       on have been modified. This is similar to the way gnatmake/gprbuild
       only compiles files that need to be recompiled.
 
+-j@var{n} -- In @option{--incremental} mode, use @var{n} @command{gnat2xml}
+      processes to perform XML generation in parallel. If @var{n} is 0, then
+      the maximum number of parallel tree creations is the number of core
+      processors on the platform.
+
 --output-dir=@var{dir} -- generate one .xml file for each Ada source file, in
       directory @file{dir}. (Default is to generate the XML to standard
       output.)