]> Git Repo - binutils.git/blobdiff - gdb/rs6000-nat.c
Create new file regcache.h. Update all uses.
[binutils.git] / gdb / rs6000-nat.c
index a1df2c77ac0823997ed6200f47e0d0e0e2add1a8..dc6676d4141a0d8485bc90b19cd20d39b85c8f25 100644 (file)
@@ -30,6 +30,7 @@
 #include "libbfd.h"            /* For bfd_cache_lookup (FIXME) */
 #include "bfd.h"
 #include "gdb-stabs.h"
+#include "regcache.h"
 
 #include <sys/ptrace.h>
 #include <sys/reg.h>
@@ -390,7 +391,8 @@ read_word (CORE_ADDR from, int *to, int arch64)
 
 int
 child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
-                  int write, struct target_ops *target)
+                  int write, struct mem_attrib *attrib,
+                  struct target_ops *target)
 {
   /* Round starting address down to 32-bit word boundary. */
   int mask = sizeof (int) - 1;
This page took 0.024034 seconds and 4 git commands to generate.