From e99daf92c2ee344adf7c88920f50744ace6a5b22 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 6 Oct 2009 20:15:09 +0000 Subject: * 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. --- gold/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/plugin.h') 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 -- cgit v1.2.1