From 837a1b32050712dcbbb5c07ff17447dc285f330f Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Tue, 22 May 2012 18:12:13 +0000 Subject: * mips-linux-nat.c (mips_linux_read_description): Use a more verbose error message. --- gdb/mips-linux-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/mips-linux-nat.c') diff --git a/gdb/mips-linux-nat.c b/gdb/mips-linux-nat.c index b63be2e..b9f7f1d 100644 --- a/gdb/mips-linux-nat.c +++ b/gdb/mips-linux-nat.c @@ -447,7 +447,7 @@ mips_linux_read_description (struct target_ops *ops) have_dsp = 0; break; default: - perror_with_name (_("ptrace")); + perror_with_name (_("Couldn't check DSP support")); break; } } -- cgit v1.1