From e5cced4b8e09de25c8f529b2b2951dc17bbe249c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 26 Mar 2001 18:39:33 +0000 Subject: [PATCH] Correct/clarify credit for C++ work. --- gdb/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3abfcbf2e4..760e6b8dd7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -109,6 +109,8 @@ 2001-03-23 Jim Blandy + 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 + 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 @@ -354,6 +358,8 @@ 2001-03-20 Jim Blandy + 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 + 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. -- 2.11.0