diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5f2469f667e..840cfcc120c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1791,6 +1791,10 @@ Mon Mar 13 18:54:42 2000 Andrew Cagney (rank_one_type): Change #if 0 to #ifdef DEBUG_OLOAD. * gdbtypes.h: Add REFERENCE_CONVERSION_BADNESS for "badness" associated with converting a non-reference to a reference. + * eval.c (evaluate_subexp_standard): for OP_VAR_VALUE, always + return full value object; for STRUCTOP_PTR, use pointer to + rtti type to get member / method if objectprint is set and + target type of pointer is class. * gdbtypes.c (rank_one_type): Add comment on how to eliminate the #ifdef DEBUG_OLOAD.