mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
* stabsread.c (error_type_complaint): Improve error message.
This commit is contained in:
parent
ee6e2b82d8
commit
0f5881fada
@ -212,7 +212,7 @@ static struct complaint const_vol_complaint =
|
||||
{"const/volatile indicator missing, got '%c'", 0, 0};
|
||||
|
||||
static struct complaint error_type_complaint =
|
||||
{"During symbol reading, couldn't parse type; debugger out of date?", 0, 0};
|
||||
{"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};
|
||||
|
Loading…
Reference in New Issue
Block a user