mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 14:46:43 +08:00
Remove plugin_active_plugins_p()
Replace plugin_active_plugins_p() with link_info.lto_plugin_active. * ldfile.c (ldfile_try_open_bfd): Replace plugin_active_plugins_p() with link_info.lto_plugin_active. * ldlang.c (lang_process): Likewise. * ldmain.c (add_archive_element): Likewise. * plugin.c (plugin_active_plugins_p): Removed. * plugin.h (plugin_active_plugins_p): Likewise.
This commit is contained in:
@ -6624,7 +6624,7 @@ lang_process (void)
|
||||
open_input_bfds (statement_list.head, OPEN_BFD_NORMAL);
|
||||
|
||||
#ifdef ENABLE_PLUGINS
|
||||
if (plugin_active_plugins_p ())
|
||||
if (link_info.lto_plugin_active)
|
||||
{
|
||||
lang_statement_list_type added;
|
||||
lang_statement_list_type files, inputfiles;
|
||||
|
Reference in New Issue
Block a user