diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-30 13:53:11 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-30 13:53:11 +0000 |
commit | 3d7b8bee22a0449770119667d8e6eac5fcfc9a92 (patch) | |
tree | f34b8a064f087cdef85b843e241141f43015292c /gcc/ada/debug.adb | |
parent | 58a9f82b547f06bd555dfed05b2ff198f67c9c2d (diff) | |
download | gcc-3d7b8bee22a0449770119667d8e6eac5fcfc9a92.tar.gz |
2014-07-30 Vincent Celier <celier@adacore.com>
* debug.adb: Minor comment update.
2014-07-30 Robert Dewar <dewar@adacore.com>
* s-tasuti.adb, s-tassta.adb: Minor reformatting.
* sprint.adb (Sprint_Node): Handle N_Contract case.
* exp_prag.adb: Minor reformatting.
* freeze.adb (Freeze_Entity): Check useless postcondition for
No_Return subprogram.
* sem_prag.adb: Minor reformatting.
2014-07-30 Javier Miranda <miranda@adacore.com>
* a-tags.ads: Complete comments about performance.
2014-07-30 Fedor Rybin <frybin@adacore.com>
* gnat_ugn.texi: Adding description for --exit-status option to
gnattest section. Fixing index entry of --passed-tests option
in gnattest section.
2014-07-30 Javier Miranda <miranda@adacore.com>
* Makefile.rtl, gnat_rm.texi, i-cpp.adb, i-cpp.ads, impunit.adb,
rtsfind.ads: Remove references to package Interfaces.CPP since this
package is no longer needed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213270 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index b96ce833c8b..a93af0f6a30 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -814,7 +814,9 @@ package body Debug is -- Documentation for gprbuild Debug Flags -- --------------------------------------------- - -- dn Do not delete temporary files createed by gprbuild at the end + -- dm Display the maximum number of simultaneous compilations. + + -- dn Do not delete temporary files created by gprbuild at the end -- of execution, such as temporary config pragma files, mapping -- files or project path files. |