Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/toolchain/gdb Correct a warning message.
details: https://anonhg.NetBSD.org/src/rev/9c4254346ce3
branches: trunk
changeset: 519101:9c4254346ce3
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Dec 11 03:59:52 2001 +0000
description:
Correct a warning message.
diffstat:
gnu/dist/toolchain/gdb/sp64nbsd-nat.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r fe762a8b6870 -r 9c4254346ce3 gnu/dist/toolchain/gdb/sp64nbsd-nat.c
--- a/gnu/dist/toolchain/gdb/sp64nbsd-nat.c Tue Dec 11 03:56:24 2001 +0000
+++ b/gnu/dist/toolchain/gdb/sp64nbsd-nat.c Tue Dec 11 03:59:52 2001 +0000
@@ -85,7 +85,7 @@
{
/* fprintf_unfiltered so user can still use gdb */
fprintf_unfiltered (gdb_stderr,
- "Couldn't read input and local registers from core file\n");
+ "Couldn't read input and local registers from stack\n");
}
else
{
@@ -101,7 +101,7 @@
{
/* fprintf_unfiltered so user can still use gdb */
fprintf_unfiltered (gdb_stderr,
- "Couldn't read input and local registers from core file\n");
+ "Couldn't read input and local registers from stack\n");
}
else
{
Home |
Main Index |
Thread Index |
Old Index