gdb
[deliverable/binutils-gdb.git] / gdb / spu-tdep.c
index cbcf1b58e7e5cc716124a66222b41948dd7c3df4..7b35c0ef63beb57f5010cf264f04ba8706a15f23 100644 (file)
@@ -1284,7 +1284,7 @@ spu_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR * pcptr, int *lenptr)
 
 /* Software single-stepping support.  */
 
-int
+static int
 spu_software_single_step (struct frame_info *frame)
 {
   CORE_ADDR pc, next_pc;
@@ -2154,6 +2154,9 @@ spu_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   return gdbarch;
 }
 
+/* Provide a prototype to silence -Wmissing-prototypes.  */
+extern initialize_file_ftype _initialize_spu_tdep;
+
 void
 _initialize_spu_tdep (void)
 {
This page took 0.024112 seconds and 4 git commands to generate.