aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-10-12 14:23:32 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-10-12 14:23:32 +0200
commit3c971dccec51bcf44a3e18c118ddb975baeb5762 (patch)
tree2501ed9d90bad70089eaffc698ccc3c0409bf74b /gcc/ada/debug.adb
parentcf3e10419923a5e46f21d6621425a8acd63ddeac (diff)
downloadgcc-3c971dccec51bcf44a3e18c118ddb975baeb5762.zip
gcc-3c971dccec51bcf44a3e18c118ddb975baeb5762.tar.gz
gcc-3c971dccec51bcf44a3e18c118ddb975baeb5762.tar.bz2
[multiple changes]
2010-10-12 Robert Dewar <dewar@adacore.com> * sem_ch6.adb (Process_PPCs): Fix error in inheriting Pre'Class when no exception messages are generated. (Process_PPCs): Fix error in inheriting Pre'Class. 2010-10-12 Jose Ruiz <ruiz@adacore.com> * gnatcmd.adb: Use response file for GNATstack. (Check_Files): Pass the list of .ci files for GNATstack using a response file to avoid problems with command line length. Factor out the code handling response file into a new procedure named Add_To_Response_File. 2010-10-12 Vincent Celier <celier@adacore.com> * debug.adb: For gnatmake, document the meaning of -dm * make.adb (Gnatmake): If -dm is used, indicate the maximum number of simultaneous compilations. * switch-m.adb (Scan_Make_Switches): Allow -j0, meaning as many simultaneous compilations as the number of processors. From-SVN: r165367
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r--gcc/ada/debug.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index 4abd1f5..a92542f 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -198,7 +198,7 @@ package body Debug is
-- dj
-- dk
-- dl
- -- dm
+ -- dm Display the number of maximum simultaneous compilations
-- dn Do not delete temp files created by gnatmake
-- do
-- dp Prints the contents of the Q used by Make.Compile_Sources