From 8d65888a44248188564eef092fb32fbac74a464a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 21 May 2001 20:08:59 +0000 Subject: * values.c (value_primitive_field): If we're extracting a base class, then the type of the result should be the base class being extracted, not the type of which it is a base class. --- gdb/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 202bb42..b154976 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2001-05-21 Jim Blandy + * values.c (value_primitive_field): If we're extracting a base + class, then the type of the result should be the base class being + extracted, not the type of which it is a base class. + * value.h (struct value): Doc fix, and rearrange members to place them near their explanations. -- cgit v1.1