aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-05-21 20:08:59 +0000
committerJim Blandy <jimb@codesourcery.com>2001-05-21 20:08:59 +0000
commit8d65888a44248188564eef092fb32fbac74a464a (patch)
tree023b0ee7eee5f400ebe5ed386a368b02547b0057 /gdb/ChangeLog
parenta44999d56d2f5fd182ce92172b0865c1b152acfb (diff)
downloadgdb-8d65888a44248188564eef092fb32fbac74a464a.zip
gdb-8d65888a44248188564eef092fb32fbac74a464a.tar.gz
gdb-8d65888a44248188564eef092fb32fbac74a464a.tar.bz2
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
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 <jimb@redhat.com>
+ * 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.