aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-linux-nat.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2012-05-22 18:12:13 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2012-05-22 18:12:13 +0000
commit837a1b32050712dcbbb5c07ff17447dc285f330f (patch)
tree7e0263e3c72e00325ca7c6677691122fcaaee337 /gdb/mips-linux-nat.c
parent67bf71fedef9e62264b5b3b3bf1b2e225560f253 (diff)
downloadgdb-837a1b32050712dcbbb5c07ff17447dc285f330f.zip
gdb-837a1b32050712dcbbb5c07ff17447dc285f330f.tar.gz
gdb-837a1b32050712dcbbb5c07ff17447dc285f330f.tar.bz2
* mips-linux-nat.c (mips_linux_read_description): Use a more
verbose error message.
Diffstat (limited to 'gdb/mips-linux-nat.c')
-rw-r--r--gdb/mips-linux-nat.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}