2001-01-11 Bernd Schmidt <bernds@redhat.co.uk>
+ * invoke.texi: Update -fvtable-thunks documentation.
+
* loop.c (scan_loop): Disable copy propagation if we find a REG_LABEL
note.
bases defining virtual functions), all code must also be compiled with
the same version.
-On some targets (e.g. Linux/GNU), version 2 thunks are the default. On these
-targets, no option or -fvtable-thunks will produce version 2 thunks. On
-all other targets, not giving the option will use the traditional
-implementation, and -fvtable-thunks will produce version 2 thunks.
+In this version of gcc, there are no targets for which version 2 thunks
+are the default. On all targets, not giving the option will use the
+traditional implementation, and -fvtable-thunks will produce version 2
+thunks.
@item -nostdinc++
Do not search for header files in the standard directories specific to