aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/bindusg.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@gnat.com>2001-10-30 23:12:48 +0000
committerGeert Bosch <bosch@gcc.gnu.org>2001-10-31 00:12:48 +0100
commit54d2241679d35e2b22954c3a67ca56b7ad4c19dd (patch)
treed522b79485e5a4d2132d86c6f51a4d207b03b8c1 /gcc/ada/bindusg.adb
parent5750fce037f8c208d2da5f649d31ee117e4bf630 (diff)
downloadgcc-54d2241679d35e2b22954c3a67ca56b7ad4c19dd.zip
gcc-54d2241679d35e2b22954c3a67ca56b7ad4c19dd.tar.gz
gcc-54d2241679d35e2b22954c3a67ca56b7ad4c19dd.tar.bz2
bindusg.adb: Undocument -f switch.
* bindusg.adb: Undocument -f switch. * gnatcmd.adb: Remove /FULL_ELABORATION. * opt.ads (Force_RM_Elaboration_Order): Document that this is obsolescent. * gnatbind.adb: Output new warning for use of obsolescent -f switch. * gnatbind.adb: Minor update of warning msg. From-SVN: r46657
Diffstat (limited to 'gcc/ada/bindusg.adb')
-rw-r--r--gcc/ada/bindusg.adb8
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/ada/bindusg.adb b/gcc/ada/bindusg.adb
index 764e9c4..c812a1d 100644
--- a/gcc/ada/bindusg.adb
+++ b/gcc/ada/bindusg.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.52 $
+-- $Revision$
-- --
-- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
-- --
@@ -103,12 +103,6 @@ begin
Write_Str ("E Store tracebacks in Exception occurrences");
Write_Eol;
- -- Line for -f switch
-
- Write_Switch_Char;
- Write_Str ("f Force RM elaboration ordering rules");
- Write_Eol;
-
-- Line for -h switch
Write_Switch_Char;