| Index: gdb/sparc-nat.c
|
| diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c
|
| index a80ee8e0d000d41ed7f33d7634a1ca49479e919d..cf36abd311281c9a742705c2a2da00ed9b4907b5 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)
|
|
|