Module Name:    src
Committed By:   skrll
Date:           Sun Feb  5 13:26:01 UTC 2012

Modified Files:
        src/external/gpl3/gdb/dist/gdb: mipsnbsd-nat.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c
diff -u src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c:1.2 src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c:1.3
--- src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c:1.2	Sun Jan 22 20:27:28 2012
+++ src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c	Sun Feb  5 13:26:01 2012
@@ -86,7 +86,7 @@ mipsnbsd_store_inferior_registers (struc
       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)

Reply via email to