aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/makeusg.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-05-21 12:48:37 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-05-21 12:48:37 +0200
commit2735b82d096137ab53517510fd3669e60a663915 (patch)
tree2b61dc53cf097856ce13cbea844e143b7a52001a /gcc/ada/makeusg.adb
parent149604e46a31c3f1a22194e61ba3a0f01903de03 (diff)
downloadgcc-2735b82d096137ab53517510fd3669e60a663915.zip
gcc-2735b82d096137ab53517510fd3669e60a663915.tar.gz
gcc-2735b82d096137ab53517510fd3669e60a663915.tar.bz2
[multiple changes]
2014-05-21 Robert Dewar <dewar@adacore.com> * einfo.ads: Minor reformatting. * ceinfo.adb: Deal with slight format change of einfo.ads. 2014-05-21 Ed Schonberg <schonberg@adacore.com> * sem_prag.adb (Analyze_Part_Of): Further work on the proper implementation of the SPARK 2014 rule concerning private child units (LRM 7.2.6). 2014-05-21 Vincent Celier <celier@adacore.com> * makeusg.adb: Add switch -d to usage. 2014-05-21 Ed Schonberg <schonberg@adacore.com> * sem_util.adb (Find_Actual): If an actual that is the prefix of an enclosing prefixed call has been rewritten, use Nkind and Sloc to identify the corresponding formal, when handling deferred references. 2014-05-21 Robert Dewar <dewar@adacore.com> * debug.adb: Document -gnatd.z switch. * sem_eval.adb (Why_Non_Static): Test -gnatd.z switch. From-SVN: r210689
Diffstat (limited to 'gcc/ada/makeusg.adb')
-rw-r--r--gcc/ada/makeusg.adb7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/makeusg.adb b/gcc/ada/makeusg.adb
index 62cc703..16eb5f9 100644
--- a/gcc/ada/makeusg.adb
+++ b/gcc/ada/makeusg.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2011, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -86,6 +86,11 @@ begin
"invoke compiler with mapping file mapp");
Write_Eol;
+ -- Line for -d
+
+ Write_Str (" -d Display compilation progress");
+ Write_Eol;
+
-- Line for -D
Write_Str (" -D dir Specify dir as the object directory");