* sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
* sparc-nat.c (sparc_xfer_wcookie): Make static.
This commit is contained in:
parent
227ee7fc71
commit
b5453b9508
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -53,7 +53,7 @@ fill_fpregset (const struct regcache *regcache,
|
|||
sparc32_collect_fpregset (regcache, regnum, fpregs);
|
||||
}
|
||||
|
||||
void _initialialize_sparc_linux_nat (void);
|
||||
void _initialize_sparc_linux_nat (void);
|
||||
|
||||
void
|
||||
_initialize_sparc_linux_nat (void)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue