* stabsread.c (error_type_complaint): Improve error message.

This commit is contained in:
Jim Blandy 2002-02-20 00:26:46 +00:00
parent 077acb315c
commit 5832ed7e43
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-02-19 Jim Blandy <jimb@redhat.com>
* stabsread.c (error_type_complaint): Improve error message.
2002-02-19 Daniel Jacobowitz <drow@mvista.com>
* gdbserver/README: Update documentation.

View File

@ -212,7 +212,7 @@ static struct complaint const_vol_complaint =
{"const/volatile indicator missing, got '%c'", 0, 0};
static struct complaint error_type_complaint =
{"debug info mismatch between compiler and debugger", 0, 0};
{"During symbol reading, couldn't parse type; debugger out of date?", 0, 0};
static struct complaint invalid_member_complaint =
{"invalid (minimal) member type data format at symtab pos %d.", 0, 0};