* sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
authorRichard Henderson <rth@redhat.com>
Thu, 22 Mar 2012 20:36:34 +0000 (20:36 +0000)
committerRichard Henderson <rth@redhat.com>
Thu, 22 Mar 2012 20:36:34 +0000 (20:36 +0000)
        * sparc-nat.c (sparc_xfer_wcookie): Make static.

gdb/ChangeLog
gdb/sparc-linux-nat.c
gdb/sparc-nat.c

index fce6934..82fa1b4 100644 (file)
@@ -1,5 +1,10 @@
 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
        int64_t member before computing entry_size.
 
index b18ceed..d56a6bd 100644 (file)
@@ -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)
index a80ee8e..cf36abd 100644 (file)
@@ -255,7 +255,7 @@ sparc_store_inferior_registers (struct target_ops *ops,
 \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)