* exec.c (xfer_memory): Add attrib argument.
[deliverable/binutils-gdb.git] / gdb / exec.c
index 6c956bf43f24fbb9191e9e875fe8c3d986598d45..e39062beca5c5f8288b81aa581178a48a6fa6af9 100644 (file)
@@ -1,5 +1,5 @@
 /* Work with executable files, for GDB. 
-   Copyright 1988, 1989, 1991, 1992, 1993, 1994, 1997, 1998
+   Copyright 1988, 1989, 1991, 1992, 1993, 1994, 1997, 1998, 2001
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -449,6 +449,7 @@ map_vmap (bfd *abfd, bfd *arch)
 
 int
 xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
+            struct mem_attrib *attrib,
             struct target_ops *target)
 {
   boolean res;
This page took 0.024406 seconds and 4 git commands to generate.