projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee6e2b8
)
* stabsread.c (error_type_complaint): Improve error message.
author
Jim Blandy
<jimb@codesourcery.com>
Wed, 20 Feb 2002 18:40:52 +0000
(18:40 +0000)
committer
Jim Blandy
<jimb@codesourcery.com>
Wed, 20 Feb 2002 18:40:52 +0000
(18:40 +0000)
gdb/stabsread.c
patch
|
blob
|
history
diff --git
a/gdb/stabsread.c
b/gdb/stabsread.c
index 190fc15cf3ed6ad6d6efa84518075e1f5d9978f4..5b11546753871faee91c0d6e8fef12188a98595c 100644
(file)
--- 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};