PR ld/12365
[deliverable/binutils-gdb.git] / ld / plugin.h
index 7b39e729ea9c115c9afcfb2c2b72898baf3bf629..ee29b7ce1c9908c840b6c975d1868f1cd71c30d0 100644 (file)
@@ -50,8 +50,8 @@ extern int plugin_load_plugins (void);
 extern const char *plugin_error_plugin (void);
 
 /* Call 'claim file' hook for all plugins.  */
-extern int plugin_call_claim_file (const struct ld_plugin_input_file *file,
-                                  int *claimed);
+extern void plugin_maybe_claim (struct ld_plugin_input_file *,
+                               lang_input_statement_type *);
 
 /* Call 'all symbols read' hook for all plugins.  */
 extern int plugin_call_all_symbols_read (void);
This page took 0.0239 seconds and 4 git commands to generate.