https://sourceware.org/bugzilla/show_bug.cgi?id=23460

--- Comment #20 from zenith432 at users dot sourceforge.net ---
It's not just repetitive calls to dlopen() on the same plugin.

It is also repetitive calls to onload() on the same plugin.  This isn't
supported by the plugin API.  Today this works on gcc & llvm plugins because
they don't allocate memory in onload() unless LDPT_OPTIONs are passed.

If try_load_plugin() in bfd/plugin.c can be called with different plugins
during the same run the right solution is what Alan Modra says in comment 18.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to