Automatic date update in version.in
[platform/upstream/binutils.git] / gdb / arch-utils.c
index 1772033..41cf828 100644 (file)
@@ -24,7 +24,6 @@
 #include "gdbcmd.h"
 #include "inferior.h"          /* enum CALL_DUMMY_LOCATION et al.  */
 #include "infrun.h"
-#include <string.h>
 #include "regcache.h"
 #include "sim-regno.h"
 #include "gdbcore.h"
@@ -244,6 +243,14 @@ default_remote_register_number (struct gdbarch *gdbarch,
   return regno;
 }
 
+/* See arch-utils.h.  */
+
+int
+default_vsyscall_range (struct gdbarch *gdbarch, struct mem_range *range)
+{
+  return 0;
+}
+
 \f
 /* Functions to manipulate the endianness of the target.  */