aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2000-07-18 07:23:10 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-07-18 07:23:10 +0000
commit69690d98c85fdf018ca15ba49034f74d135d77ff (patch)
treee2bc65fad0d60c9592d3c817a8c5a4725695b932 /gcc
parent711b88243b220e3cd737696da51de70f32bb7d5c (diff)
downloadgcc-69690d98c85fdf018ca15ba49034f74d135d77ff.zip
gcc-69690d98c85fdf018ca15ba49034f74d135d77ff.tar.gz
gcc-69690d98c85fdf018ca15ba49034f74d135d77ff.tar.bz2
cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
* cp-tree.h (THUNK_VCALL_OFFSET): Update documentation. * method.c (use_thunk): Correct handling of vcall offsets. From-SVN: r35114
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 6a592a4..dc9754b 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -13,6 +13,11 @@
* decl.c (pushdecl): Handle seeing an OVERLOAD in
IDENTIFIER_NAMESPACE_VALUE.
+2000-07-16 Mark Mitchell <mark@codesourcery.com>
+
+ * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
+ * method.c (use_thunk): Correct handling of vcall offsets.
+
2000-07-14 Zack Weinberg <zack@wolery.cumb.org>
* .cvsignore: parse.h and parse.c have no cp- prefix.