summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2002-02-20 18:40:52 +0000
committerJim Blandy <jimb@codesourcery.com>2002-02-20 18:40:52 +0000
commit983fdd97edf5ae29f9710e0f1d56a90dbf5b729a (patch)
treed90561c1bd17f50ce14b4a783814521e5a7a223c /gdb
parent27514b9425f850fa0fb8c53aa9d2917e1061f236 (diff)
downloadgdb-983fdd97edf5ae29f9710e0f1d56a90dbf5b729a.tar.gz
* stabsread.c (error_type_complaint): Improve error message.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/stabsread.c2
1 files changed, 1 insertions, 1 deletions
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};