aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/binde.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2014-08-01 08:12:27 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-08-01 10:12:27 +0200
commit62883e6b17b85341fbc9b35c51bc076d39dcec23 (patch)
tree8b274633bd4a9796bb8f946cf618a08545de0628 /gcc/ada/binde.adb
parent148c744a1789b29b3c3c32b45ea3be913fef6a52 (diff)
downloadgcc-62883e6b17b85341fbc9b35c51bc076d39dcec23.zip
gcc-62883e6b17b85341fbc9b35c51bc076d39dcec23.tar.gz
gcc-62883e6b17b85341fbc9b35c51bc076d39dcec23.tar.bz2
binde.adb, [...]: Remove VMS handling.
2014-08-01 Arnaud Charlet <charlet@adacore.com> * binde.adb, bindgen.adb, butil.adb, clean.adb, gnatbind.adb, gnatchop.adb, gnatcmd.adb, gnatls.adb, gnatname.adb, krunch.adb, make.adb, makeutl.adb, memtrack.adb, mlib-prj.adb, mlib.adb, mlib.ads, tempdir.adb: Remove VMS handling. From-SVN: r213413
Diffstat (limited to 'gcc/ada/binde.adb')
-rw-r--r--gcc/ada/binde.adb10
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/ada/binde.adb b/gcc/ada/binde.adb
index 935e09e..f22e53b 100644
--- a/gcc/ada/binde.adb
+++ b/gcc/ada/binde.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2013, 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- --
@@ -31,7 +31,6 @@ with Namet; use Namet;
with Opt; use Opt;
with Osint;
with Output; use Output;
-with Targparm; use Targparm;
with System.Case_Util; use System.Case_Util;
@@ -1089,12 +1088,7 @@ package body Binde is
if Pessimistic_Elab_Order
and not Dynamic_Elaboration_Checks_Specified
then
- if OpenVMS_On_Target then
- Error_Msg ("?use of /PESSIMISTIC_ELABORATION questionable");
- else
- Error_Msg ("?use of -p switch questionable");
- end if;
-
+ Error_Msg ("?use of -p switch questionable");
Error_Msg ("?since all units compiled with static elaboration model");
end if;