diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-09 13:48:11 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-09 13:48:11 +0000 |
commit | 5682f43cf7eba8a677d650d24a93db827e190394 (patch) | |
tree | af4141f52236cf0ede8847a4d046735217e9b0d0 /gcc/ada/debug.adb | |
parent | 780bfb21f031faba83f49c3277ca732d90f28a82 (diff) | |
download | gcc-5682f43cf7eba8a677d650d24a93db827e190394.tar.gz |
2010-09-09 Robert Dewar <dewar@adacore.com>
* impunit.adb: Add entry for a-izteio.
* checks.adb: Add comment.
* debug.adb, exp_disp.adb: Minor reformatting.
* exp_dbug.ads: Minor reformatting throughout (pack block comments).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164098 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 5b4f245e70b..bbf86466eae 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -581,7 +581,8 @@ 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 CodePeer + -- the order in which units are walked. This is primarily for use in + -- debugging CodePeer mode. -- d.X By default, the compiler uses an elaborate rewriting framework for -- short-circuited forms where the right hand condition generates |