summaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-12-08 11:26:04 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-12-08 11:26:04 +0000
commit0a90e223f7c06e6df1d45de16b99cdad84166dec (patch)
tree461af9a85521ad1dce6fbd6b3325059ef733bae5 /gcc/ada/debug.adb
parent9080eb6bba3613f90aa8b0444a4eb07a4eda3a9d (diff)
downloadgcc-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.adb3
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.