Correct/clarify credit for C++ work.
authorJim Blandy <jimb@codesourcery.com>
Mon, 26 Mar 2001 18:39:33 +0000 (18:39 +0000)
committerJim Blandy <jimb@codesourcery.com>
Mon, 26 Mar 2001 18:39:33 +0000 (18:39 +0000)
gdb/ChangeLog

index 3abfcbf2e4d8935de4b5e66e7e83b17c1bfca66e..760e6b8dd792abcecb46b1e99407014272d368fc 100644 (file)
 
 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.
 
 
 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>
 
 
 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.
 
 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.
This page took 0.027173 seconds and 4 git commands to generate.