diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-09 13:08:01 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-09 13:08:01 +0000 |
commit | 5806b6dce7ca7851e212210f91535a5f0bd05326 (patch) | |
tree | 91b70bf21f49e1c2f84c24477d4bf41bfe75ea3b /gcc/ada/debug.adb | |
parent | 03a47ff8bdc5c550294a3037a9b4296de145c8c2 (diff) | |
download | gcc-5806b6dce7ca7851e212210f91535a5f0bd05326.tar.gz |
2010-09-09 Yannick Moy <moy@adacore.com>
* a-cihama.adb, a-cohama.adb: Fix comments.
2010-09-09 Arnaud Charlet <charlet@adacore.com>
* i-cexten.ads: Add comments.
(Signed_128): New type, used by some C bindings.
* debug.adb: Update comment.
2010-09-09 Sergey Rybin <rybin@adacore.com>
* gnat_ugn.texi: For ASIS tools (gnatpp, gnatcheck, gnatelim,
gnatmetric and gnatstub) add a note that '-gnat05' should be used if
the tool should process Ada 2005 sources.
2010-09-09 Ed Schonberg <schonberg@adacore.com>
* sem_ch12.adb (Remove_Parent): If the scope containing the child
instance is a block, examine the enclosing scope to determine if it is
a parent instance.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164089 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index b7f750d506f..5b4f245e70b 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -581,8 +581,7 @@ package body Debug is -- d.T Force Optimize_Alignment (Time) mode as the default -- d.W Print out debugging information for Walk_Library_Items, including - -- the order in which units are walked. This is primarily for SofCheck - -- Inspector. + -- the order in which units are walked. This is primarily for CodePeer -- d.X By default, the compiler uses an elaborate rewriting framework for -- short-circuited forms where the right hand condition generates |