diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-20 15:18:56 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-20 15:18:56 +0200 |
commit | 7340e4326b9a5dab8a5141b4d8ad64d51076dfea (patch) | |
tree | c9d39f5c1dc6694d684b73adfb8887c02f034c9a /gcc/ada/debug.adb | |
parent | bf06d37fd3a5d68372981a7ced8ecb464f1ae12c (diff) | |
download | gcc-7340e4326b9a5dab8a5141b4d8ad64d51076dfea.zip gcc-7340e4326b9a5dab8a5141b4d8ad64d51076dfea.tar.gz gcc-7340e4326b9a5dab8a5141b4d8ad64d51076dfea.tar.bz2 |
[multiple changes]
2009-04-20 Ed Schonberg <schonberg@adacore.com>
* sem_ch4.adb (Analyze_User_Defined_Binary_Op): If left operand is
overloaded and one interpretation matches the context, label the
operand with the type of first formal.
2009-04-20 Bob Duff <duff@adacore.com>
* debug.ads: Minor comment fix.
* debug.adb: Minor comment fixes.
2009-04-20 Javier Miranda <miranda@adacore.com>
* rtsfind.ads (RE_Null_Id): New entity of package Ada.Exceptions
* exp_ch6.adb (Expand_Inlined_Call): Undo previous patch.
* exp_ch11.adb (Expand_N_Raise_Statement): When the raise stmt
is expanded into a call to Raise_Exception, avoid passing the
exception-name'identity in runtimes in which this argument
is not used.
From-SVN: r146416
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index a37d4f0..4629756 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -191,7 +191,7 @@ package body Debug is -- dc -- dd -- de - -- df + -- df Only output file names, not path names, in log -- dg -- dh -- di @@ -428,8 +428,6 @@ package body Debug is -- in preelaborable packages, but this restriction is a huge pain, -- especially in the predefined library units. - -- dQ needs full documentation ??? - -- dR Bypass the check for a proper version of s-rpc being present -- to use the -gnatz? switch. This allows debugging of the use -- of stubs generation without needing to have GLADE (or some @@ -612,6 +610,10 @@ package body Debug is -- be listed, and is useful when diagnosing circularities introduced -- by incorrect changes to the run-time library itself. + -- db Output debug information from Better_Choice in Binde, which uses + -- various heuristics to determine elaboration order in cases where + -- multiple orders are valid. + -- dc List units as they are chosen. As units are selected for addition to -- the elaboration order, a line of output is generated showing which -- unit has been selected. |