mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-28 04:13:28 +08:00
* stabsread.c: Remove #if 0'd dbx_class_complaint. We now handle
this (more or less) gracefully, and complain() was never a good way of dealing with this.
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
Sun Nov 14 00:28:13 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Sun Nov 14 00:28:13 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* stabsread.c: Remove #if 0'd dbx_class_complaint. We now handle
|
||||||
|
this (more or less) gracefully, and complain() was never a good
|
||||||
|
way of dealing with this.
|
||||||
|
|
||||||
* stabsread.c (read_type): Skip the colon when reading a
|
* stabsread.c (read_type): Skip the colon when reading a
|
||||||
cross-reference. Only complain, not error_type, on unrecognized
|
cross-reference. Only complain, not error_type, on unrecognized
|
||||||
cross-reference types. error_type, not dump core, if the colon is
|
cross-reference types. error_type, not dump core, if the colon is
|
||||||
|
@ -149,16 +149,6 @@ static const char vb_name[] = { '_','v','b',CPLUS_MARKER,'\0' };
|
|||||||
#define BELIEVE_PCC_PROMOTION 0
|
#define BELIEVE_PCC_PROMOTION 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0
|
|
||||||
struct complaint dbx_class_complaint =
|
|
||||||
{
|
|
||||||
"encountered DBX-style class variable debugging information.\n\
|
|
||||||
You seem to have compiled your program with \
|
|
||||||
\"g++ -g0\" instead of \"g++ -g\".\n\
|
|
||||||
Therefore GDB will not know about your class variables", 0, 0
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct complaint invalid_cpp_abbrev_complaint =
|
struct complaint invalid_cpp_abbrev_complaint =
|
||||||
{"invalid C++ abbreviation `%s'", 0, 0};
|
{"invalid C++ abbreviation `%s'", 0, 0};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user