From: Jim Blandy Date: Wed, 20 Feb 2002 18:40:52 +0000 (+0000) Subject: * stabsread.c (error_type_complaint): Improve error message. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f5881fadab5ef01a25e56ba1aa9164d3774fe57;p=binutils-gdb.git * stabsread.c (error_type_complaint): Improve error message. --- diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 190fc15cf3e..5b115467538 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -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};