summaryrefslogtreecommitdiff
path: root/gold/plugin.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-10-06 20:15:09 +0000
committerIan Lance Taylor <ian@airs.com>2009-10-06 20:15:09 +0000
commitc37e620aa797e2b2537c76de9391f56cc1e6111c (patch)
tree1d0d3cea0486c08a2523037b355c69b4dc656531 /gold/plugin.h
parent8030b0dbe95ecc4a5e5710745a33faeaa4a0227f (diff)
downloadbinutils-redhat-c37e620aa797e2b2537c76de9391f56cc1e6111c.tar.gz
* plugin.cc (add_input_library): New.
(Plugin::load): Add add_input_library to tv. (Plugin_manager::add_input_file): Add the is_lib argument. (add_input_file): Update call to Plugin_manager::add_input_file. (add_input_library): New. * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
Diffstat (limited to 'gold/plugin.h')
-rw-r--r--gold/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/plugin.h b/gold/plugin.h
index 6a98ac8d8b..965b38903e 100644
--- a/gold/plugin.h
+++ b/gold/plugin.h
@@ -227,7 +227,7 @@ class Plugin_manager
// Add a new input file.
ld_plugin_status
- add_input_file(char *pathname);
+ add_input_file(char *pathname, bool is_lib);
// Return TRUE if we are in the replacement phase.
bool