* exec.c (xfer_memory): Add attrib argument.
[deliverable/binutils-gdb.git] / gdb / infptrace.c
index 30ceb87c4cc94e529f868ee87e281ca3b02dd2ab..f7a1a3a7e68983da0661d9b2ee378f824ecd9ee2 100644 (file)
@@ -1,5 +1,5 @@
 /* Low level Unix child interface to ptrace, for GDB when running under Unix.
-   Copyright 1988, 89, 90, 91, 92, 93, 94, 95, 96, 1998 
+   Copyright 1988, 89, 90, 91, 92, 93, 94, 95, 96, 1998, 2001 
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -511,6 +511,7 @@ store_inferior_registers (int regno)
 
 int
 child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
+                  struct mem_attrib *attrib ATTRIBUTE_UNUSED,
                   struct target_ops *target)
 {
   register int i;
This page took 0.023399 seconds and 4 git commands to generate.