aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2004-12-08 12:26:04 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2004-12-08 12:26:04 +0100
commita4c1cd80655ef876d7f8ff5944999492647ebab5 (patch)
tree461af9a85521ad1dce6fbd6b3325059ef733bae5 /gcc/ada/debug.adb
parent44e1918abd19b6012e27acc89c85230797a2fc79 (diff)
downloadgcc-a4c1cd80655ef876d7f8ff5944999492647ebab5.zip
gcc-a4c1cd80655ef876d7f8ff5944999492647ebab5.tar.gz
gcc-a4c1cd80655ef876d7f8ff5944999492647ebab5.tar.bz2
debug.adb: Document that -gnatdA automatically sets -gnatR3m
* 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 From-SVN: r91878
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 436f380..90036e2 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.