From b5453b9508188ab60c13ee1b9f13b1eb1a568d8e Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 22 Mar 2012 20:36:34 +0000 Subject: * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype. * sparc-nat.c (sparc_xfer_wcookie): Make static. --- gdb/sparc-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/sparc-nat.c') diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c index a80ee8e..cf36abd 100644 --- a/gdb/sparc-nat.c +++ b/gdb/sparc-nat.c @@ -255,7 +255,7 @@ sparc_store_inferior_registers (struct target_ops *ops, /* 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) -- cgit v1.1