2010-08-18 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / bfd / plugin.c
index 91bbfd1ff3caaa5dc3096b91b82aef6927bfe66d..4c24a7f6a22f36c384cbc12c50f8ea8f7afb0c2a 100644 (file)
@@ -319,6 +319,13 @@ bfd_plugin_core_file_failing_signal (bfd *abfd ATTRIBUTE_UNUSED)
   return 0;
 }
 
+static int
+bfd_plugin_core_file_pid (bfd *abfd ATTRIBUTE_UNUSED)
+{
+  BFD_ASSERT (0);
+  return 0;
+}
+
 static long
 bfd_plugin_get_symtab_upper_bound (bfd *abfd)
 {
This page took 0.030224 seconds and 4 git commands to generate.