From 837a1b32050712dcbbb5c07ff17447dc285f330f Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Tue, 22 May 2012 18:12:13 +0000 Subject: [PATCH] * mips-linux-nat.c (mips_linux_read_description): Use a more verbose error message. --- gdb/ChangeLog | 5 +++++ gdb/mips-linux-nat.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 62f6a8d3b08..90cc26c3390 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-05-22 Maciej W. Rozycki + + * mips-linux-nat.c (mips_linux_read_description): Use a more + verbose error message. + 2012-05-22 Maciej W. Rozycki * NEWS: Add MIPS/Linux DSP support. diff --git a/gdb/mips-linux-nat.c b/gdb/mips-linux-nat.c index b63be2eb342..b9f7f1dc638 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; } } -- 2.30.2