aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-10-23 16:40:55 +0000
committerDavid Carlton <carlton@bactrian.org>2002-10-23 16:40:55 +0000
commitd9fa45febb9bd6f117a0687efd5e2d706d2670ff (patch)
treef2c201012b5968168e40fa32298e6de9cbe29561 /gdb/ChangeLog
parentd3c866d1d879218125f5ded01c68925a08ddd433 (diff)
downloadgdb-d9fa45febb9bd6f117a0687efd5e2d706d2670ff.zip
gdb-d9fa45febb9bd6f117a0687efd5e2d706d2670ff.tar.gz
gdb-d9fa45febb9bd6f117a0687efd5e2d706d2670ff.tar.bz2
2002-10-23 David Carlton <carlton@math.stanford.edu>
* dwarf2read.c (dwarf_tag_name): Add DWARF 3 names. (dwarf_attr_name): Ditto. (dwarf_type_encoding_name): Ditto. (scan_partial_symbols): Descend into DW_TAG_namespace entries. (process_die): Handle DW_TAG_namespace, DW_TAG_imported_declaration, DW_TAG_imported_module. (read_namespace): New function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fec6b76..bb555e1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2002-10-23 David Carlton <carlton@math.stanford.edu>
+
+ * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
+ (dwarf_attr_name): Ditto.
+ (dwarf_type_encoding_name): Ditto.
+ (scan_partial_symbols): Descend into DW_TAG_namespace entries.
+ (process_die): Handle DW_TAG_namespace,
+ DW_TAG_imported_declaration, DW_TAG_imported_module.
+ (read_namespace): New function.
+
2002-10-22 Joel Brobecker <brobecker@gnat.com>
* configure.in: Define NEW_PROC_API on Interix too.