diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-11-04 09:17:45 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-10-16 13:57:07 -0700 |
commit | 5005041f0833c81bfa6d92909ecee2fd8cdf83a2 (patch) | |
tree | 88a99ee02f7720a3ab921c85cf18b3d01ae5c8aa /ld/plugin.h | |
parent | 774ee6d252eba19d3e23c936d14bfc1f7fa70651 (diff) | |
download | binutils-gdb-5005041f0833c81bfa6d92909ecee2fd8cdf83a2.tar.gz |
Add lto and none-lto input support for ld -r
Diffstat (limited to 'ld/plugin.h')
-rw-r--r-- | ld/plugin.h | 3 |
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; |