Call xatexit with plugin_call_cleanup.
[deliverable/binutils-gdb.git] / ld / plugin.h
index e95c3eecf46ada73d17890af096cc775e7b4eb66..fc5f37f2dabd355f0c867bc58ba35015992042f3 100644 (file)
@@ -50,9 +50,6 @@ extern int plugin_call_claim_file (const struct ld_plugin_input_file *file,
 /* Call 'all symbols read' hook for all plugins.  */
 extern int plugin_call_all_symbols_read (void);
 
-/* Call 'cleanup' hook for all plugins.  */
-extern int plugin_call_cleanup (void);
-
 /* Generate a dummy BFD to represent an IR file, for any callers of
    plugin_call_claim_file to use as the handle in the ld_plugin_input_file
    struct that they build to pass in.  The BFD is initially writable, so
This page took 0.026795 seconds and 4 git commands to generate.