From: Jim Blandy Date: Mon, 26 Mar 2001 18:39:33 +0000 (+0000) Subject: Correct/clarify credit for C++ work. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f34754ee25246028f8b23ff9fe5b7c9db5ad8c82;p=binutils-gdb.git Correct/clarify credit for C++ work. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3abfcbf2e4d..760e6b8dd79 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.