When disabling target async, remove all target event sources from the event loop
[deliverable/binutils-gdb.git] / ld / ldlang.c
index 3a4257cc59d608d0ccef81e2a62725148462cd2a..5c4581f0e8d12e049104a3fa05575aa63e3d9c3b 100644 (file)
@@ -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;
This page took 0.025393 seconds and 4 git commands to generate.