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
commite99daf92c2ee344adf7c88920f50744ace6a5b22 (patch)
treec9785c15f090fcc7d63f7944035d0abcac09427e /gold/plugin.h
parent8341e15b3424b7f42b101a93fa69abf9ede78d30 (diff)
downloadbinutils-gdb-e99daf92c2ee344adf7c88920f50744ace6a5b22.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 6a98ac8d8bc..965b38903e5 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