From: charlet Date: Thu, 17 Jul 2014 06:49:11 +0000 (+0000) Subject: 2014-07-17 Robert Dewar X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05cb7beb3a083188a9495c03e2f70924264f96ea;p=thirdparty%2Fgcc.git 2014-07-17 Robert Dewar * g-comlin.ads, g-comlin.adb: Minor clean up. 2014-07-17 Bob Duff * gnat_ugn.texi: Update gnatpp doc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212729 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 2105a7ea78f7..fd13214279db 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,11 @@ +2014-07-17 Robert Dewar + + * g-comlin.ads, g-comlin.adb: Minor clean up. + +2014-07-17 Bob Duff + + * gnat_ugn.texi: Update gnatpp doc. + 2014-07-17 Robert Dewar * gnat_rm.texi: Document new restriction No_Long_Long_Integers. diff --git a/gcc/ada/g-comlin.adb b/gcc/ada/g-comlin.adb index d472ee52958f..20ee73ce650a 100644 --- a/gcc/ada/g-comlin.adb +++ b/gcc/ada/g-comlin.adb @@ -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; diff --git a/gcc/ada/g-comlin.ads b/gcc/ada/g-comlin.ads index 109e83638b82..017edddde02e 100644 --- a/gcc/ada/g-comlin.ads +++ b/gcc/ada/g-comlin.ads @@ -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 diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 5d0c8e4d468a..51a8bd48f2a1 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -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.)