* mips-linux-nat.c (mips_linux_read_description): Use a more

verbose error message.
This commit is contained in:
Maciej W. Rozycki 2012-05-22 18:12:13 +00:00
parent 67bf71fede
commit 837a1b3205
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
* mips-linux-nat.c (mips_linux_read_description): Use a more
verbose error message.
2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
* NEWS: Add MIPS/Linux DSP support.

View file

@ -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;
}
}