]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/targets.c
2010-08-18 Pedro Alves <pedro@codesourcery.com>
[thirdparty/binutils-gdb.git] / bfd / targets.c
index bb20189bfe0edbcd0415c49585bde7fb7675e943..aaf7e99c64f75ad11c910aadc0e2ef2cbab18339 100644 (file)
@@ -314,11 +314,13 @@ BFD_JUMP_TABLE macros.
 .#define BFD_JUMP_TABLE_CORE(NAME) \
 .  NAME##_core_file_failing_command, \
 .  NAME##_core_file_failing_signal, \
-.  NAME##_core_file_matches_executable_p
+.  NAME##_core_file_matches_executable_p, \
+.  NAME##_core_file_pid
 .
 .  char *      (*_core_file_failing_command) (bfd *);
 .  int         (*_core_file_failing_signal) (bfd *);
 .  bfd_boolean (*_core_file_matches_executable_p) (bfd *, bfd *);
+.  int         (*_core_file_pid) (bfd *);
 .
 .  {* Archive entry points.  *}
 .#define BFD_JUMP_TABLE_ARCHIVE(NAME) \