Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb Fix build of gdb7 for mips. It's ...



details:   https://anonhg.NetBSD.org/src/rev/39f8791a2217
branches:  trunk
changeset: 773536:39f8791a2217
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 05 13:26:01 2012 +0000

description:
Fix build of gdb7 for mips. It's not used at present.

diffstat:

 external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e4952ac7baf6 -r 39f8791a2217 external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c Sun Feb 05 11:08:06 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c Sun Feb 05 13:26:01 2012 +0000
@@ -86,7 +86,7 @@
       mipsnbsd_fill_reg (regcache, (char *) &regs, regno);
 
       if (ptrace (PT_SETREGS, PIDGET (inferior_ptid), 
-                 (PTRACE_TYPE_ARG3) &regs, TIDGET (inferior_ptid).) == -1)
+                 (PTRACE_TYPE_ARG3) &regs, TIDGET (inferior_ptid)) == -1)
        perror_with_name (_("Couldn't write registers"));
 
       if (regno != -1)



Home | Main Index | Thread Index | Old Index