* sparc-nat.c (sparc_xfer_wcookie): Make static.
+2012-03-22 Richard Henderson <rth@redhat.com>
+
+ * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
+ * sparc-nat.c (sparc_xfer_wcookie): Make static.
+
2012-03-22 Richard Henderson <rth@redhat.com>
* jit.c (jit_read_code_entry): Compute alignment and offset of
sparc32_collect_fpregset (regcache, regnum, fpregs);
}
-void _initialialize_sparc_linux_nat (void);
+void _initialize_sparc_linux_nat (void);
void
_initialize_sparc_linux_nat (void)
\f
/* Fetch StackGhost Per-Process XOR cookie. */
-LONGEST
+static LONGEST
sparc_xfer_wcookie (struct target_ops *ops, enum target_object object,
const char *annex, gdb_byte *readbuf,
const gdb_byte *writebuf, ULONGEST offset, LONGEST len)