mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* dbxread.c (unknown_symchar_complaint): Make message refer to
"symbol descriptor" not "symbol type character" for consistency with stabs.texinfo terminology.
This commit is contained in:
parent
f73fb0ce03
commit
b30c81b649
@ -1,5 +1,9 @@
|
||||
Thu Nov 4 08:27:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* dbxread.c (unknown_symchar_complaint): Make message refer to
|
||||
"symbol descriptor" not "symbol type character" for consistency
|
||||
with stabs.texinfo terminology.
|
||||
|
||||
* stabsread.c (read_struct_fields): Accept either '$' or '.' as
|
||||
the character which introduces a cpp_abbrev or anonymous type.
|
||||
|
||||
|
@ -170,7 +170,7 @@ struct complaint unknown_symtype_complaint =
|
||||
{"unknown symbol type %s", 0, 0};
|
||||
|
||||
struct complaint unknown_symchar_complaint =
|
||||
{"unknown symbol type character `%c'", 0, 0};
|
||||
{"unknown symbol descriptor `%c'", 0, 0};
|
||||
|
||||
struct complaint lbrac_rbrac_complaint =
|
||||
{"block start larger than block end", 0, 0};
|
||||
|
Loading…
Reference in New Issue
Block a user