Add target_ops argument to to_make_corefile_notes
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index cb8b3bd83adad15879af38df5ea1f21c2468a981..5bb89c1894706339a624a98cf36cf133fa5949e9 100644 (file)
@@ -4097,7 +4097,8 @@ linux_nat_collect_thread_registers (const struct regcache *regcache,
    section for a corefile, and returns it in a malloc buffer.  */
 
 static char *
-linux_nat_make_corefile_notes (bfd *obfd, int *note_size)
+linux_nat_make_corefile_notes (struct target_ops *self,
+                              bfd *obfd, int *note_size)
 {
   /* FIXME: uweigand/2011-10-06: Once all GNU/Linux architectures have been
      converted to gdbarch_core_regset_sections, this function can go away.  */
This page took 0.024655 seconds and 4 git commands to generate.