summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-11-22 01:16:14 +0000
committerDavid Carlton <carlton@bactrian.org>2002-11-22 01:16:14 +0000
commit3bb2238c6b315cf242249be666372ac763413424 (patch)
treea649ac06ff415879578391fc1f399dc95f93263c /gdb/testsuite/ChangeLog
parent50e3bbdd6b70da48169e722e5307a2b23f43f992 (diff)
downloadgdb-3bb2238c6b315cf242249be666372ac763413424.tar.gz
2002-11-21 David Carlton <carlton@math.stanford.edu>
* cp-support.c (get_namespace_objfile): Set namespace_objfile->name. * dwarf2read.c (scan_partial_symbols): Allow empty pdi.name if we're reading a namespace. * Makefile.in (dwarf2read.o): Depend on cp_support_h. * dwarf2read.c (scan_partial_symbols): Add 'namespace' arg. (dwarf2_build_psymtabs_hard): Update call to scan_partial_symbols. (add_partial_namespace): New function. (scan_partial_symbols): Call add_partial_namespace. #include "cp-support.h" * cp-support.c: Add me to contributors. * cp-support.h: Ditto. * buildsym.c (scan_for_anonymous_namespaces): Convert for loop into a clearer while loop. (finish_block): Ditto.
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 d6c1f8258a5..bb061d20d01 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-21 David Carlton <carlton@math.stanford.edu>
+
+ * carlton_runnamespace: Run using multiple compilers.
+
2002-11-19 David Carlton <carlton@math.stanford.edu>
* gdb.c++/namespace.exp: Delete FIXME comment.