aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-10-11 12:24:08 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-10-11 12:24:08 +0200
commit1237d6ef3c2a5994c7d633b2de2b6db525c92d7b (patch)
treecadb7f8e64b74dd68b8d3be233527091a162548c /gcc/ada/debug.adb
parent3cae7f1412ac273c2794babccfb130c010cf84db (diff)
downloadgcc-1237d6ef3c2a5994c7d633b2de2b6db525c92d7b.zip
gcc-1237d6ef3c2a5994c7d633b2de2b6db525c92d7b.tar.gz
gcc-1237d6ef3c2a5994c7d633b2de2b6db525c92d7b.tar.bz2
[multiple changes]
2010-10-11 Javier Miranda <miranda@adacore.com> * debug.adb: Update comment. 2010-10-11 Vincent Celier <celier@adacore.com> * gnatcmd.adb (GNATCmd): Set Opt.Unchecked_Shared_Lib_Imports to True unconditionally as for "gnat make" the projects are not processed in the GNAT driver. 2010-10-11 Ed Schonberg <schonberg@adacore.com> * sem_ch10.ads, sem_ch10.adb (Load_Needed_Body): Add parameter to suppress semantic analysis of the body when inlining, prior to verifying that the body does not have a with_clause on a descendant unit. * inline.adb (Analyze_Inlined_Bodies): Do not inline a body if it has a with_clause on a descendant. (Scope_In_Main_Unit): Simplify. From-SVN: r165298
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 0d0f0b3..a34caef 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -531,7 +531,8 @@ package body Debug is
-- compiler has a bug -- these are the files that need to be included
-- in a bug report.
- -- d.o documentation missing ???
+ -- d.o Generate listing showing the IL instructions generated by the .NET
+ -- compiler for each subprogram.
-- d.r Forces the flag OK_To_Reorder_Components to be set in all record
-- base types that have no discriminants.