* mips-linux-nat.c (mips_linux_read_description): Use a more
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 22 May 2012 18:12:13 +0000 (18:12 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Tue, 22 May 2012 18:12:13 +0000 (18:12 +0000)
verbose error message.

gdb/ChangeLog
gdb/mips-linux-nat.c

index 62f6a8d..90cc26c 100644 (file)
@@ -1,5 +1,10 @@
 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.
        * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
        (SIGCONTEXT_DSPCTL): New macro.
index b63be2e..b9f7f1d 100644 (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;
        }
     }