From: Bernd Schmidt Date: Thu, 11 Jan 2001 18:08:24 +0000 (+0000) Subject: Small doc fix X-Git-Tag: prereleases/gcc-2.95.3-test2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=345a8dd526d61abeb4ecb9423eb18da1b3797338;p=thirdparty%2Fgcc.git Small doc fix From-SVN: r38915 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2575e7d1dae7..75876aa179b5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2001-01-11 Bernd Schmidt + * invoke.texi: Update -fvtable-thunks documentation. + * loop.c (scan_loop): Disable copy propagation if we find a REG_LABEL note. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index b7faa6b78c80..f79dbe2b65d9 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -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