aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/makeusg.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-08-01 12:24:57 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-08-01 12:24:57 +0200
commit73999267a3581a69fc112fb7c420231ed4213357 (patch)
tree13611c201ce517772dfcbde8a63af2bf79a07061 /gcc/ada/makeusg.adb
parent885e570af17aed5736e4fd92347ca05e3d552926 (diff)
[multiple changes]
2014-08-01 Robert Dewar <dewar@adacore.com> * sem_ch10.adb: Minor reformatting. 2014-08-01 Ed Schonberg <schonberg@adacore.com> * sem_ch6.adb (Same_Generic_Actual): Make function symmetric, because either type may be a subtype of the other. 2014-08-01 Vincent Celier <celier@adacore.com> * makeusg.adb: Add documentation for debug switch -dn. 2014-08-01 Ed Schonberg <schonberg@adacore.com> * sem_dim.adb (Process_Minus, Process_Divide): Label dimension expression with standard operator and type, for pretty-printing use, when in ASIS_Mode. When generating code dimensional analysis is not involved and dimension expressions are handled statically, and other operators are resolved in the usual way. 2014-08-01 Ed Schonberg <schonberg@adacore.com> * sem_ch3.adb (Build_Derived_Record_Type): Remove setting of Parent_Subtype in ASIS mode, leads to several failures. * sem_ch4.adb (Analyze_Selected_Component): In an instance, if the prefix is a type extension, check whether component is declared in the parent type, possibly in a parent unit. Needed in ASIS mode when Parent_Subtype is not set. From-SVN: r213449
Diffstat (limited to 'gcc/ada/makeusg.adb')
-rw-r--r--gcc/ada/makeusg.adb6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ada/makeusg.adb b/gcc/ada/makeusg.adb
index 16eb5f968b1..3c708bf0eac 100644
--- a/gcc/ada/makeusg.adb
+++ b/gcc/ada/makeusg.adb
@@ -257,6 +257,12 @@ begin
Write_Eol;
Write_Eol;
+ -- Line for -dn
+
+ Write_Str (" -dn Do not delete temporary files");
+ Write_Eol;
+ Write_Eol;
+
Write_Str (" --create-map-file Create map file mainprog.map");
Write_Eol;