aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-12-05 23:13:47 +0000
committerDavid Carlton <carlton@bactrian.org>2002-12-05 23:13:47 +0000
commita9a9bd0f6672cfb4a9131288759bb0dd60ec0738 (patch)
treed158844d10e2af64bb56f0f31b8836a438ac7f1f /gdb/ChangeLog
parentb6be6416fdbbc5cc854e720c515e07d895191cff (diff)
downloadgdb-a9a9bd0f6672cfb4a9131288759bb0dd60ec0738.zip
gdb-a9a9bd0f6672cfb4a9131288759bb0dd60ec0738.tar.gz
gdb-a9a9bd0f6672cfb4a9131288759bb0dd60ec0738.tar.bz2
2002-12-05 David Carlton <carlton@math.stanford.edu>
* dwarf2read.c (dwarf2_add_field): Treat a field that is a DW_TAG_member as well as a declaration as being a C++ static data member. (read_structure_scope): Combine tests for DW_TAG_member and DW_TAG_variable.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c6a4850..1b051a1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2002-12-05 David Carlton <carlton@math.stanford.edu>
+ * dwarf2read.c (dwarf2_add_field): Treat a field that is a
+ DW_TAG_member as well as a declaration as being a C++ static data
+ member.
+ (read_structure_scope): Combine tests for DW_TAG_member and
+ DW_TAG_variable.
+
+2002-12-05 David Carlton <carlton@math.stanford.edu>
+
* linespec.c (decode_compound): New function.
(decode_line_1): Move code into decode_compound.