* stabsread.c (define_symbol): Complain about unrecognized names
authorJohn Gilmore <gnu@cygnus>
Tue, 9 Feb 1993 08:42:20 +0000 (08:42 +0000)
committerJohn Gilmore <gnu@cygnus>
Tue, 9 Feb 1993 08:42:20 +0000 (08:42 +0000)
commit2a021f21e93c462a8e6205a602c68f8db244f587
tree6843571959b6af304c2fb75146e5c86d81b72a33
parent67c9903f93162ac04ec2cbe071bbfd89b56d0322
* stabsread.c (define_symbol):  Complain about unrecognized names
that begin with CPLUS_MARKER (often '$'), but don't die.  Fix
suggested by gb@cs.purdue.edu (Gerald Baumgartner).
(read_cpp_abbrev):  Don't use the class name as part of the
vtable pointer member name (_vptr$) in $vf abbrevs or unrecognized
abbrevs.  Inspired by Mike Tiemann.
(read_tilde_fields):  Comment.  Remove ancient dead code.
Remove erroneous but non-dead code.  Simplify.  Add complaints.
(in general):  Remove extraneous (parentheses) in return
statements.
gdb/ChangeLog
gdb/stabsread.c