* target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
[deliverable/binutils-gdb.git] / gdb / config / sparc / nm-nbsd.h
index 089a5acf1dc4a527c2c4a2d8e3a77faf0eab649f..5e052341399ebab3aaf208b08d50f57120e28528 100644 (file)
 
 /* Get generic NetBSD native definitions.  */
 #include "config/nm-nbsd.h"
+\f
+
+/* Support for StackGhost cookies.  */
+
+#include "target.h"
+
+#define NATIVE_XFER_WCOOKIE sparc_xfer_wcookie
+extern LONGEST sparc_xfer_wcookie (struct target_ops *ops,
+                                  enum target_object object,
+                                  const char *annex,
+                                  void *readbuf, const void *writebuf,
+                                  ULONGEST offset, LONGEST len);
 
 #endif /* nm-nbsd.h */
This page took 0.025199 seconds and 4 git commands to generate.