daily update
[deliverable/binutils-gdb.git] / gdb / shnbsd-nat.c
index 281ffbf5e599bb9800871df9c9a8bc95f75a3b15..f66571a9dfecf87dd9cef260e1e5ba1ed6299862 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for NetBSD/sh.
 
-   Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010
+   Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
    Contributed by Wasabi Systems, Inc.
@@ -32,7 +32,7 @@
 #include "regcache.h"
 
 
-/* Determine if PT_GETREGS fetches this register. */
+/* Determine if PT_GETREGS fetches this register.  */
 #define GETREGS_SUPPLIES(gdbarch, regno) \
   (((regno) >= R0_REGNUM && (regno) <= (R0_REGNUM + 15)) \
 || (regno) == gdbarch_pc_regnum (gdbarch) || (regno) == PR_REGNUM \
This page took 0.024171 seconds and 4 git commands to generate.