summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-11-15 01:10:43 +0000
committerDavid Carlton <carlton@bactrian.org>2002-11-15 01:10:43 +0000
commitaf3142547dec4d6a640c3f8b012cf5e98cc9ba9d (patch)
tree1784c10447230d5f812e2c7e7d8c9b312ff535b4 /gdb/testsuite/ChangeLog
parentafd21286fa72624d456029479e27bd0ec2bb537b (diff)
downloadgdb-af3142547dec4d6a640c3f8b012cf5e98cc9ba9d.tar.gz
2002-11-14 David Carlton <carlton@math.stanford.edu>
* Makefile.in (symtab.o): Depend on gdb_assert_h. * symtab.c: #include "gdb_assert.h" * Makefile.in (namespace): Add 'namespace' target. * buildsym.c (finish_block): Comment out the using declarations generation. * block.h: Make argument to block_scope const. * block.c (block_scope): Make argument const. * symtab.c (lookup_symbol_aux_using): Gather usings via block_all_usings. (lookup_symbol_namespace): Rename from lookup_symbol_aux_using_loop. (lookup_symbol_aux_using_loop): New function. * block.h: Declare block_all_usings. * block.c (block_all_usings): New function. * symtab.c (lookup_symbol_aux_nonlocal): Delete FIXME comment. * buildsym.c (finish_block): Add FIXME comment. 2002-11-14 David Carlton <carlton@math.stanford.edu> * carlton_runnamespace: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index fe239984e44..a54cbdd7df6 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-14 David Carlton <carlton@math.stanford.edu>
+
+ * carlton_runnamespace: New file.
+
2002-10-22 Daniel Jacobowitz <drow@mvista.com>
* gdb.threads/schedlock.c (args): Make unsigned.