summaryrefslogtreecommitdiff
path: root/ld/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/plugin.h')
-rw-r--r--ld/plugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/plugin.h b/ld/plugin.h
index 59c0df76e67..bf92dd99a2d 100644
--- a/ld/plugin.h
+++ b/ld/plugin.h
@@ -24,6 +24,9 @@
/* Report plugin symbols. */
extern bfd_boolean report_plugin_symbols;
+/* Store plugin intermediate files permanently. */
+extern bfd_boolean plugin_save_temps;
+
/* Set at all symbols read time, to avoid recursively offering the plugin
its own newly-added input files and libs to claim. */
extern bfd_boolean no_more_claiming;