Allow for the possibility that the local labels won't be in the objdump output.
[deliverable/binutils-gdb.git] / gdb / ocd.h
index 85636e83281ae09177b6293e734898ef7e91fdd8..6b299cb2b17de6b730933cc5ec5873f6481017b1 100644 (file)
--- a/gdb/ocd.h
+++ b/gdb/ocd.h
@@ -1,5 +1,5 @@
 /* Definitions for the Macraigor Systems BDM Wiggler
-   Copyright 1996, 1997 Free Software Foundation, Inc.
+   Copyright 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -103,7 +103,9 @@ void ocd_files_info (struct target_ops *ignore);
 
 
 int ocd_xfer_memory (CORE_ADDR memaddr, char *myaddr,
-                    int len, int should_write, struct target_ops *target);
+                    int len, int should_write,
+                    struct mem_attrib *attrib,
+                    struct target_ops *target);
 
 void ocd_mourn (void);
 
This page took 0.023609 seconds and 4 git commands to generate.