* stabsread.c (error_type_complaint): Improve error message.
authorJim Blandy <jimb@codesourcery.com>
Wed, 20 Feb 2002 00:26:46 +0000 (00:26 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 20 Feb 2002 00:26:46 +0000 (00:26 +0000)
gdb/ChangeLog
gdb/stabsread.c

index 4827b34ba852777329448d069cdb46e9b18f0f6f..87374287df57bfc6739c40d9bd39c61a2be081c3 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-19  Jim Blandy  <jimb@redhat.com>
+
+       * stabsread.c (error_type_complaint): Improve error message.
+
 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdbserver/README: Update documentation.
index e990f9d73098579a1bbe8a8d8ab9c25506be5aaa..190fc15cf3ed6ad6d6efa84518075e1f5d9978f4 100644 (file)
@@ -212,7 +212,7 @@ static struct complaint const_vol_complaint =
 {"const/volatile indicator missing, got '%c'", 0, 0};
 
 static struct complaint error_type_complaint =
-{"debug info mismatch between compiler and debugger", 0, 0};
+{"During symbol reading, 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};