diff options
author | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-30 23:12:48 +0000 |
---|---|---|
committer | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-30 23:12:48 +0000 |
commit | 86f5f2af0a68aed9294e9262267e296a0c55096d (patch) | |
tree | d522b79485e5a4d2132d86c6f51a4d207b03b8c1 /gcc/ada/opt.ads | |
parent | 306c12eb36be59171973302266166119f68532ca (diff) | |
download | gcc-86f5f2af0a68aed9294e9262267e296a0c55096d.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46657 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/opt.ads')
-rw-r--r-- | gcc/ada/opt.ads | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads index 7ba1c43d209..daf02b8be39 100644 --- a/gcc/ada/opt.ads +++ b/gcc/ada/opt.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.194 $ +-- $Revision$ -- -- -- Copyright (C) 1992-2001, Free Software Foundation, Inc. -- -- -- @@ -331,6 +331,9 @@ package Opt is Force_RM_Elaboration_Order : Boolean := False; -- GNATBIND -- True if binding with forced RM elaboration order (-f switch set) + -- Note: this is considered an obsolescent option, to be removed in + -- some future release. it is no longer documented. The proper way + -- to get this effect is to use -gnatE and suppress elab checks. Full_List : Boolean := False; -- GNAT |