From Daniel Berlin <dberlin@redhat.com> :
authorChristopher Faylor <me+cygwin@cgf.cx>
Fri, 20 Oct 2000 00:15:30 +0000 (00:15 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Fri, 20 Oct 2000 00:15:30 +0000 (00:15 +0000)
* symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Initialize the symbol language to auto
instead of unknown, so it will try to demangle the symbol.
* symtab.h (OPNAME_PREFIX_P): Change operator prefix to correct value.
* symtab.c (gdb_mangle_name): Properly handle C++ operators.

gdb/ChangeLog

index fa854848c6e6a74586b0c67e87af9de3578f1a0b..cb7271560cef32d4ebbe7fcb821553d9cc9b4592 100644 (file)
@@ -1,3 +1,13 @@
+2000-10-19  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       From Daniel Berlin <dberlin@redhat.com> :
+
+       * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Initialize the symbol
+       language to auto instead of unknown, so it will try to demangle
+       the symbol.
+       * symtab.h (OPNAME_PREFIX_P): Change operator prefix to correct value.
+       * symtab.c (gdb_mangle_name): Properly handle C++ operators.
+
 2000-10-17  Kevin Buettner  <kevinb@redhat.com>
 
        * remote-vx29k.c (vx29k_frame_chain_valid): Protoize.