This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Remove -fvtable-gc from branch documentation


Hi,

Please apply to branch.


2001-08-05  Craig Rodrigues <rodrigc@gcc.gnu.org>

	* doc/invoke.texi: Remove -fvtable-gc
        * doc/gcc.1: Likewise 



Index: gcc.1
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/Attic/gcc.1,v
retrieving revision 1.1.2.7
diff -u -r1.1.2.7 gcc.1
--- gcc.1	2001/07/03 00:50:55	1.1.2.7
+++ gcc.1	2001/10/05 02:03:59
@@ -222,7 +222,7 @@
 \&\-fno-nonansi-builtins  \-fno-operator-names 
 \&\-fno-optional-diags  \-fpermissive 
 \&\-frepo  \-fno-rtti  \-fstats  \-ftemplate-depth-\fR\fIn\fR 
-\&\fB\-fuse-cxa-atexit  \-fvtable-gc  \-fno-weak  \-nostdinc++ 
+\&\fB\-fuse-cxa-atexit  \-fno-weak  \-nostdinc++ 
 \&\-fno-default-inline  \-Wctor-dtor-privacy 
 \&\-Wnon-virtual-dtor  \-Wreorder 
 \&\-Weffc++  \-Wno-deprecated 
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.3.2.25
diff -u -r1.3.2.25 invoke.texi
--- invoke.texi	2001/09/05 08:31:59	1.3.2.25
+++ invoke.texi	2001/10/05 02:04:02
@@ -181,7 +181,7 @@
 -fno-nonansi-builtins  -fno-operator-names @gol
 -fno-optional-diags  -fpermissive @gol
 -frepo  -fno-rtti  -fstats  -ftemplate-depth-@var{n} @gol
--fuse-cxa-atexit  -fvtable-gc  -fno-weak  -nostdinc++ @gol
+-fuse-cxa-atexit  -fno-weak  -nostdinc++ @gol
 -fno-default-inline  -Wctor-dtor-privacy @gol
 -Wnon-virtual-dtor  -Wreorder @gol
 -Weffc++  -Wno-deprecated @gol

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]