* 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 fce6934c66a1702dd2173a66dfab3405914d3f63..82fa1b47de1cdc0672569116153ad2aaa43a4985 100644 (file)
@@ -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
index b18ceedc1ea7588037e6aa7be9a05a7e17fc04f7..d56a6bd0506d99b28b50dbf991fa8fc1cd4209bb 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 a80ee8e0d000d41ed7f33d7634a1ca49479e919d..cf36abd311281c9a742705c2a2da00ed9b4907b5 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)
This page took 0.031478 seconds and 4 git commands to generate.