summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2003-06-16 20:00:46 +0000
committerDavid Carlton <carlton@bactrian.org>2003-06-16 20:00:46 +0000
commit2dc24d0234c7499ed20e4e2560000854890843a6 (patch)
treeae9731e3b4456cbbf5f2a7c1e97b7f5e6f0d57b5 /gdb/ChangeLog
parentd6c1eac0024a62e4dcd9bbe13575c5308d3b17a6 (diff)
downloadgdb-2dc24d0234c7499ed20e4e2560000854890843a6.tar.gz
2003-06-16 David Carlton <carlton@kealia.com>
* symfile.h: Change formatting. * block.c (allocate_block): Rephrase comment. * block.h (BLOCK_GCC_COMPILED): Move definition. * cp-namespace.c: Include command.h instead of gdbcmd.h. Update comments, reorder functions. (lookup_symbol_file): Set symtab when looking for namespace symbols. Update call to lookup_possible_namespace_symbol. (initialize_namespace_blocks): Change comment. (get_namespace_objfile): Change objfile name. (cp_check_namespace_symbol): Extract body into check_namespace_symbol_block. (check_namespace_symbol_block): New. (lookup_namespace_symbol): Make static, rename from cp_lookup_symbol. (check_possible_namespace_symbols_loop): Update comment. (check_one_possible_namespace_symbol): Call check_namespace_symbol_block. (lookup_possible_namespace_symbol): Make static; rename from cp_lookup_possible_namespace_symbol. * cp-support.h: Update declarations. * Makefile.in (c-typeprint.o): Don't depend on gdb_assert_h. (cp-namespace.o): Depend on command_h, not gdbcmd_h. * c-typeprint.c: Don't include gdb_assert.h. (c_type_print_base): Delete assertion. Use TYPE_TAG_NAME. * dwarf2read.c: Delete double include of cp-support.h. (add_partial_symbol): Look at psym for static variables. (add_partial_namespace): Update call to cp_check_namespace_symbol. (locate_pdi_sibling): Update comment. 2003-06-16 David Carlton <carlton@kealia.com> * gdb.c++/namespace.exp: Add 'maint cp namespace' test. * gdb.c++/maint.exp (test_namespace): Change comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 040950dbc59..f25e81b00b3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,35 @@
+2003-06-16 David Carlton <carlton@kealia.com>
+
+ * symfile.h: Change formatting.
+ * block.c (allocate_block): Rephrase comment.
+ * block.h (BLOCK_GCC_COMPILED): Move definition.
+ * cp-namespace.c: Include command.h instead of gdbcmd.h. Update
+ comments, reorder functions.
+ (lookup_symbol_file): Set symtab when looking for namespace
+ symbols. Update call to lookup_possible_namespace_symbol.
+ (initialize_namespace_blocks): Change comment.
+ (get_namespace_objfile): Change objfile name.
+ (cp_check_namespace_symbol): Extract body into
+ check_namespace_symbol_block.
+ (check_namespace_symbol_block): New.
+ (lookup_namespace_symbol): Make static, rename from
+ cp_lookup_symbol.
+ (check_possible_namespace_symbols_loop): Update comment.
+ (check_one_possible_namespace_symbol): Call
+ check_namespace_symbol_block.
+ (lookup_possible_namespace_symbol): Make static; rename from
+ cp_lookup_possible_namespace_symbol.
+ * cp-support.h: Update declarations.
+ * Makefile.in (c-typeprint.o): Don't depend on gdb_assert_h.
+ (cp-namespace.o): Depend on command_h, not gdbcmd_h.
+ * c-typeprint.c: Don't include gdb_assert.h.
+ (c_type_print_base): Delete assertion. Use TYPE_TAG_NAME.
+ * dwarf2read.c: Delete double include of cp-support.h.
+ (add_partial_symbol): Look at psym for static variables.
+ (add_partial_namespace): Update call to
+ cp_check_namespace_symbol.
+ (locate_pdi_sibling): Update comment.
+
2003-06-12 David Carlton <carlton@kealia.com>
* dwarf2read.c (die_specification): New.