diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-02-20 18:40:52 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-02-20 18:40:52 +0000 |
commit | 0f5881fadab5ef01a25e56ba1aa9164d3774fe57 (patch) | |
tree | d6244f93a9e339f89b688d510767fef8b1733264 /gdb/stabsread.c | |
parent | ee6e2b82d82d1d36daaa6d7a477f41f87a3b1767 (diff) | |
download | gdb-0f5881fadab5ef01a25e56ba1aa9164d3774fe57.zip gdb-0f5881fadab5ef01a25e56ba1aa9164d3774fe57.tar.gz gdb-0f5881fadab5ef01a25e56ba1aa9164d3774fe57.tar.bz2 |
* stabsread.c (error_type_complaint): Improve error message.
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 190fc15..5b11546 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}; |