diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-07-18 07:23:10 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-07-18 07:23:10 +0000 |
commit | 69690d98c85fdf018ca15ba49034f74d135d77ff (patch) | |
tree | e2bc65fad0d60c9592d3c817a8c5a4725695b932 /gcc | |
parent | 711b88243b220e3cd737696da51de70f32bb7d5c (diff) | |
download | gcc-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/ChangeLog | 5 |
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. |