From 5832ed7e43b777bc93783dac030e92ad9bba75f7 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 20 Feb 2002 00:26:46 +0000 Subject: [PATCH] * stabsread.c (error_type_complaint): Improve error message. --- gdb/ChangeLog | 4 ++++ gdb/stabsread.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4827b34ba8..87374287df 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-02-19 Jim Blandy + + * stabsread.c (error_type_complaint): Improve error message. + 2002-02-19 Daniel Jacobowitz * gdbserver/README: Update documentation. diff --git a/gdb/stabsread.c b/gdb/stabsread.c index e990f9d730..190fc15cf3 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 = -{"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}; -- 2.34.1