diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-12 13:05:11 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-12 13:05:11 +0000 |
commit | ebce244fd25f44106ae7b69812a9bc30845637a5 (patch) | |
tree | d66d363dfedd8a914cf032984a401e84ecb11169 /gcc/ada/debug.adb | |
parent | fd6fc71cf2dfe0701d78e6d239d9dac58cc5e2d2 (diff) | |
download | gcc-ebce244fd25f44106ae7b69812a9bc30845637a5.tar.gz |
2010-10-12 Emmanuel Briot <briot@adacore.com>
* g-comlin.adb, g-comlin.ads (Define_Switch): Put back (unused)
parameter Separator for backward compatibility.
2010-10-12 Robert Dewar <dewar@adacore.com>
* sem_ch9.adb, par-ch9.adb, impunit.adb: Minor reformatting.
2010-10-12 Emmanuel Briot <briot@adacore.com>
* switch-m.adb: Remove pragma Warnings (Off), not needed.
2010-10-12 Vincent Celier <celier@adacore.com>
* debug.adb: Put detailed documentation for gnatmake switch -dm.
2010-10-12 Vincent Celier <celier@adacore.com>
* gnat1drv.adb: When the compiler is invoked for a spec that needs aw
body, do not generate an ALI file if neither -gnatc nor -gnatQ is used.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165375 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index 102c14daa7b..5bfe7c42271 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -698,7 +698,8 @@ package body Debug is -- df Only output file names, not path names, in log - -- dm Needs documentation ??? + -- dm Issue a message indicating the maximum number of simultaneous + -- compilations. -- dn Do not delete temporary files created by gnatmake at the end -- of execution, such as temporary config pragma files, mapping |