diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2000-10-20 00:15:30 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2000-10-20 00:15:30 +0000 |
commit | a0dbbe470a2e45c785def926eb657991d03f1e13 (patch) | |
tree | cf4fb0e31b270c3c19547f4198f6c978f6e67ce2 /gdb | |
parent | ae0323a8621ca58b8ab01f3dc1f8ef973d804485 (diff) | |
download | gdb-a0dbbe470a2e45c785def926eb657991d03f1e13.zip gdb-a0dbbe470a2e45c785def926eb657991d03f1e13.tar.gz gdb-a0dbbe470a2e45c785def926eb657991d03f1e13.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fa85484..cb72715 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. |