change delegation for to_read_description
[deliverable/binutils-gdb.git] / gdb / spu-linux-nat.c
index 71c1643c550b771e094d357eb5e2159a2e2df5b6..4841bbefbb1af4636a1d9b9299204f93bc6182de 100644 (file)
@@ -401,7 +401,7 @@ spu_symbol_file_add_from_memory (int inferior_fd)
 /* Override the post_startup_inferior routine to continue running
    the inferior until the first spu_run system call.  */
 static void
-spu_child_post_startup_inferior (ptid_t ptid)
+spu_child_post_startup_inferior (struct target_ops *self, ptid_t ptid)
 {
   int fd;
   ULONGEST addr;
@@ -624,7 +624,8 @@ spu_xfer_partial (struct target_ops *ops,
 
 /* Override the to_can_use_hw_breakpoint routine.  */
 static int
-spu_can_use_hw_breakpoint (int type, int cnt, int othertype)
+spu_can_use_hw_breakpoint (struct target_ops *self,
+                          int type, int cnt, int othertype)
 {
   return 0;
 }
This page took 0.025275 seconds and 4 git commands to generate.