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.
This commit is contained in:
parent
ae0323a862
commit
a0dbbe470a
1 changed files with 10 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue