gdb/
[deliverable/binutils-gdb.git] / ld / plugin.h
index ee29b7ce1c9908c840b6c975d1868f1cd71c30d0..dc32295b0d8e59b1104d59a4e150f89f19037d18 100644 (file)
@@ -66,4 +66,7 @@ extern void plugin_call_cleanup (void);
    add_symbols hook has been called so that it can be read when linking.  */
 extern bfd *plugin_get_ir_dummy_bfd (const char *name, bfd *template);
 
+/* Return true if bfd is a dynamic library that should be reloaded.  */
+extern bfd_boolean plugin_should_reload (bfd *);
+
 #endif /* !def GLD_PLUGIN_H */
This page took 0.03389 seconds and 4 git commands to generate.