diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-08 11:26:04 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-08 11:26:04 +0000 |
commit | 0a90e223f7c06e6df1d45de16b99cdad84166dec (patch) | |
tree | 461af9a85521ad1dce6fbd6b3325059ef733bae5 /gcc/ada/debug.adb | |
parent | 9080eb6bba3613f90aa8b0444a4eb07a4eda3a9d (diff) | |
download | gcc-0a90e223f7c06e6df1d45de16b99cdad84166dec.tar.gz |
* debug.adb: Document that -gnatdA automatically sets -gnatR3m
* gnat1drv.adb (Gnat1drv): If debug flag A set, then automatically
set -gnatR3m mode.
* repinfo.adb (List_Rep_Info): Remove special handling of -gnatdA
flag. No longer needed now that we handle this in gnat1drv.adb.
* repinfo.ads: Minor reformatting
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91878 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 436f380ed5c..90036e2332b 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -345,7 +345,8 @@ package body Debug is -- dA Forces output of representation information, including full -- information for all internal type and object entities, as well -- as all user defined type and object entities including private - -- and incomplete types. + -- and incomplete types. This debug switch also automatically sets + -- the equivalent of -gnatR3m. -- dB Output debug encodings for types and variants. See Exp_Dbug for -- exact form of the generated output. |