* mips-linux-nat.c (mips_linux_read_description): Use a more
verbose error message.
This commit is contained in:
parent
67bf71fede
commit
837a1b3205
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue