aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-08-01 15:28:35 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-08-01 15:28:35 +0200
commit4b259b2d0605d3da3357b46a35bd7ec92b1aaee1 (patch)
treecdf8ec1f9468fa7640be395895350c0363b5326d /gcc/ada/debug.adb
parent12c5f1efb5d038d8638f517b8d73970573fbdaee (diff)
downloadgcc-4b259b2d0605d3da3357b46a35bd7ec92b1aaee1.zip
gcc-4b259b2d0605d3da3357b46a35bd7ec92b1aaee1.tar.gz
gcc-4b259b2d0605d3da3357b46a35bd7ec92b1aaee1.tar.bz2
[multiple changes]
2014-08-01 Vincent Celier <celier@adacore.com> * debug.adb: Minor documentation addition for -dn switch. 2014-08-01 Robert Dewar <dewar@adacore.com> * sem_aggr.adb, exp_ch9.adb, sem_prag.adb, sem_util.adb, sem_attr.adb, sem_eval.ads, sem_cat.adb, sem_ch13.adb: Improve documentation of Is_Static_Expression vs Is_OK_Static_Expression. In several places, use the Is_OK version as suggested by the spec. 2014-08-01 Vincent Celier <celier@adacore.com> * gnatcmd.adb: Revert last change which was not correct. 2014-08-01 Hristian Kirtchev <kirtchev@adacore.com> * freeze.adb (Find_Constant): Ensure that the constant being inspected is still an object declaration (i.e. not a renaming). From-SVN: r213458
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r--gcc/ada/debug.adb10
1 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index 715e44a..94da7a6 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -791,15 +791,15 @@ package body Debug is
-- dm Issue a message indicating the maximum number of simultaneous
-- compilations.
- -- Equivalent to --keep-temp-files.
-- dn Do not delete temporary files created by gnatmake at the end
-- of execution, such as temporary config pragma files, mapping
- -- files or project path files.
+ -- files or project path files. This debug switch is equivalent to
+ -- the standard switch --keep-temp-files. We retain the debug switch
+ -- for back compatibility with past usage.
-- dp Prints the Q used by routine Make.Compile_Sources every time
-- we go around the main compile loop of Make.Compile_Sources
- -- Equivalent to --keep-temp-files.
-- dq Prints source files as they are enqueued and dequeued in the Q
-- used by routine Make.Compile_Sources. Useful to figure out the
@@ -822,7 +822,9 @@ package body Debug is
-- 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.
+ -- files or project path files. This debug switch is equivalent to
+ -- the standard switch --keep-temp-files. We retain the debug switch
+ -- for back compatibility with past usage.
-- dt When a time stamp mismatch has been found for an ALI file,
-- display the source file name, the time stamp expected and