Fix Windows/SPU/NTO/Lynx gdbserver builds
[deliverable/binutils-gdb.git] / gdb / gdbserver / spu-low.c
index ba2780bc2d493b61042844a3bafae76f0d70e707..73f17860807b2de5b385f863d9687eec585c7f60 100644 (file)
@@ -1,5 +1,5 @@
 /* Low level interface to SPUs, for the remote server for GDB.
-   Copyright (C) 2006-2014 Free Software Foundation, Inc.
+   Copyright (C) 2006-2015 Free Software Foundation, Inc.
 
    Contributed by Ulrich Weigand <uweigand@de.ibm.com>.
 
@@ -23,9 +23,7 @@
 #include "gdb_wait.h"
 #include <sys/ptrace.h>
 #include <fcntl.h>
-#include <string.h>
 #include <unistd.h>
-#include <errno.h>
 #include <sys/syscall.h>
 #include "filestuff.h"
 #include "hostio.h"
@@ -660,6 +658,10 @@ static struct target_ops spu_target_ops = {
   NULL,  /* supports_z_point_type */
   NULL,
   NULL,
+  NULL, /* stopped_by_sw_breakpoint */
+  NULL, /* supports_stopped_by_sw_breakpoint */
+  NULL, /* stopped_by_hw_breakpoint */
+  NULL, /* supports_stopped_by_hw_breakpoint */
   NULL,
   NULL,
   NULL,
This page took 0.025642 seconds and 4 git commands to generate.