aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/make.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-10 12:41:08 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-10 12:41:08 +0200
commitc5288c909bc01b5df59bbf9334af6bac1fe93a2c (patch)
tree7fe59723e2d05915321f2ac530fc23644a55e74e /gcc/ada/make.adb
parent2844b3304646e48e4e98fae44900a66128604542 (diff)
downloadgcc-c5288c909bc01b5df59bbf9334af6bac1fe93a2c.zip
gcc-c5288c909bc01b5df59bbf9334af6bac1fe93a2c.tar.gz
gcc-c5288c909bc01b5df59bbf9334af6bac1fe93a2c.tar.bz2
[multiple changes]
2009-04-10 Robert Dewar <dewar@adacore.com> * sem_warn.adb: Minor reformatting * make.adb: Minor reformatting. 2009-04-10 Gary Dismukes <dismukes@adacore.com> * exp_ch7.adb (Find_Final_List): When creating a finalization-chain entity and the scope is a subprogram, retrieve the Sloc of the subprogram's body rather than using the sloc of the spec, for better line-stepping behavior in gdb. (Wrap_Transient_Declaration): For the Sloc of nodes created with a list controller, use the Sloc of the first declaration of the containing list rather than that of the node that triggered creation of the list controller. From-SVN: r145887
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r--gcc/ada/make.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb
index ca1b980..8a71f4c 100644
--- a/gcc/ada/make.adb
+++ b/gcc/ada/make.adb
@@ -4112,10 +4112,10 @@ package body Make is
-- Never display -gnatea nor -gnatez
- if Args (J).all /= "-gnatea" and then
- Args (J).all /= "-gnatez"
+ if Args (J).all /= "-gnatea"
+ and then
+ Args (J).all /= "-gnatez"
then
-
-- Do not display the mapping file argument automatically
-- created when using a project file.