]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Small doc fix
authorBernd Schmidt <bernds@redhat.co.uk>
Thu, 11 Jan 2001 18:08:24 +0000 (18:08 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Thu, 11 Jan 2001 18:08:24 +0000 (18:08 +0000)
From-SVN: r38915

gcc/ChangeLog
gcc/invoke.texi

index 2575e7d1dae7e675e8e6028f3ea71df0a9db29cc..75876aa179b52d86f88ff6b069708b5a7b003f82 100644 (file)
@@ -1,5 +1,7 @@
 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.
 
index b7faa6b78c80fa24992c07a6494da1e65cda010b..f79dbe2b65d9962ee34bcd5afbb19f92db0afc55 100644 (file)
@@ -1211,10 +1211,10 @@ version 1 and version 2 are also incompatible (for classes with virtual
 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