diff options
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. |