diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-01 13:29:56 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-01 13:29:56 +0000 |
commit | d9f170d4aefc0856c4534dcac614c26f69f10560 (patch) | |
tree | 9a05274ead2959a42a3934ab5cafca0abb18e7bd /gcc/ada/debug.adb | |
parent | 6bd20a2efe707cec1bb581452a397b18e36f6ad7 (diff) | |
download | gcc-d9f170d4aefc0856c4534dcac614c26f69f10560.tar.gz |
2011-08-01 Ed Schonberg <schonberg@adacore.com>
* exp_ch5.adb (Expand_N_Iterator_Loop): handle properly an iterator
over an arbitrary expression of an array or container type.
* lib-xref.adb: clarify comment.
2011-08-01 Bob Duff <duff@adacore.com>
* einfo.ads: Minor reformatting.
* debug.adb: Minor comment improvement.
2011-08-01 Javier Miranda <miranda@adacore.com>
* sem_ch4.adb (Try_Object_Operation): For class-wide subprograms do not
consider hidden subprograms as valid candidates.
2011-08-01 Arnaud Charlet <charlet@adacore.com>
* make.adb (Compile): Strip -mxxx switches in CodePeer mode.
2011-08-01 Vasiliy Fofanov <fofanov@adacore.com>
* gnat_ugn.texi: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177031 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index 5bfe7c42271..070994a3430 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -193,7 +193,7 @@ package body Debug is -- de -- df Only output file names, not path names, in log -- dg - -- dh + -- dh Generate listing showing loading of name table hash chains -- di -- dj -- dk @@ -698,6 +698,9 @@ package body Debug is -- df Only output file names, not path names, in log + -- dh Generate listing showing loading of name table hash chains, + -- same as for the compiler. + -- dm Issue a message indicating the maximum number of simultaneous -- compilations. |