aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-03-26 18:39:33 +0000
committerJim Blandy <jimb@codesourcery.com>2001-03-26 18:39:33 +0000
commitf34754ee25246028f8b23ff9fe5b7c9db5ad8c82 (patch)
tree712db05df1a1b416a74e05ca8e0b95c50f9c5d38
parent1a5cef06507cb6d3beda0cbd960fa1c1977b5444 (diff)
downloadgdb-f34754ee25246028f8b23ff9fe5b7c9db5ad8c82.zip
gdb-f34754ee25246028f8b23ff9fe5b7c9db5ad8c82.tar.gz
gdb-f34754ee25246028f8b23ff9fe5b7c9db5ad8c82.tar.bz2
Correct/clarify credit for C++ work.
-rw-r--r--gdb/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3abfcbf..760e6b8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -109,6 +109,8 @@
2001-03-23 Jim Blandy <jimb@redhat.com>
+ Fix from Dan Berlin:
+
* stabsread.c (read_cpp_abbrev): Properly construct the names of
virtual function table pointer fields.
@@ -255,9 +257,11 @@
2001-03-21 Jim Blandy <jimb@redhat.com>
+ Fix from Dan Berlin:
+
* linespec.c (find_methods): Whitespace differences aren't
significant in *un*mangled method names. Use strcmp_iw to compare
- them, not STREQ. (Fix from Daniel Berlin.)
+ them, not STREQ.
2001-03-21 Andrew Cagney <ac131313@redhat.com>
@@ -354,6 +358,8 @@
2001-03-20 Jim Blandy <jimb@redhat.com>
+ Fix from Dan Berlin:
+
* Makefile.in: Clean up dependencies on ../include/demangle.h.
(demangle_h): New variable.
(jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
@@ -381,6 +387,8 @@
2001-03-20 Jim Blandy <jimb@redhat.com>
+ Fix from Dan Berlin:
+
* linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
than asking for sym_class's type; that's circuitous. Remove
sym_class, since the last use of it is gone.