Add target_ops argument to to_make_corefile_notes
[deliverable/binutils-gdb.git] / gdb / exec.c
index f3df4b1b2919406e401dcefd207123eb3a8b5757..61dea49e2d9a9838d0c1d5042a00c26950c0b007 100644 (file)
@@ -849,7 +849,7 @@ exec_find_memory_regions (struct target_ops *self,
   return exec_do_find_memory_regions (func, data);
 }
 
-static char *exec_make_note_section (bfd *, int *);
+static char *exec_make_note_section (struct target_ops *self, bfd *, int *);
 
 /* Fill in the exec file target vector.  Very few entries need to be
    defined.  */
@@ -921,7 +921,7 @@ Show writing into executable and core files."), NULL,
 }
 
 static char *
-exec_make_note_section (bfd *obfd, int *note_size)
+exec_make_note_section (struct target_ops *self, bfd *obfd, int *note_size)
 {
   error (_("Can't create a corefile"));
 }
This page took 0.023792 seconds and 4 git commands to generate.