summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-11-24 18:47:19 +0000
committerDavid Carlton <carlton@bactrian.org>2002-11-24 18:47:19 +0000
commit926cef753154b32ae49d68d5cc7e84bddb29562e (patch)
tree01f282948304f811f4c3fa1b27a072e857229ae6 /gdb/ChangeLog
parentacf8336196beecd58dc203333066961fb2962e70 (diff)
downloadgdb-926cef753154b32ae49d68d5cc7e84bddb29562e.tar.gz
2002-11-24 David Carlton <carlton@bactrian.org>
* Makefile.in (c-typeprint.o): Depend on gdb_assert_h. * c-typeprint.c: #include "gdb_assert.h" * gdbtypes.c (recursive_dump_type): Handle TYPE_CODE_NAMESPACE. * c-typeprint.c (c_type_print_varspec_prefix): Ditto. (c_type_print_varspec_suffix): Ditto. (c_type_print_base): Ditto. * typeprint.c (print_type_scalar): Ditto. * printcmd.c (print_formatted): Ditto. * language.c (structured_type): Ditto. * cp-support.c (cp_check_namespace_symbol): Allocate type via init_type. * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE. * valops.c (value_namespace_elt): Handle sym == NULL. 2002-11-24 David Carlton <carlton@bactrian.org> * gdb.c++/namespace.exp: Eliminate some of the single quotes, and duplicate some of the single quote tests without the quotes. Change "print E::ce" test. Add some ptype <namespace> tests. * carlton_runnamespace: Use different files for compiler with and without debug info.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a942ce4ba2b..26ea576e5ea 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,19 @@
+2002-11-24 David Carlton <carlton@bactrian.org>
+
+ * Makefile.in (c-typeprint.o): Depend on gdb_assert_h.
+ * c-typeprint.c: #include "gdb_assert.h"
+ * gdbtypes.c (recursive_dump_type): Handle TYPE_CODE_NAMESPACE.
+ * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
+ (c_type_print_varspec_suffix): Ditto.
+ (c_type_print_base): Ditto.
+ * typeprint.c (print_type_scalar): Ditto.
+ * printcmd.c (print_formatted): Ditto.
+ * language.c (structured_type): Ditto.
+ * cp-support.c (cp_check_namespace_symbol): Allocate type via
+ init_type.
+ * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
+ * valops.c (value_namespace_elt): Handle sym == NULL.
+
2002-11-22 David Carlton <carlton@math.stanford.edu>
* linespec.c (examine_compound_token): Rewrite as switch