bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/23460] regression: ar can not create archive containing m


From: zenith432 at users dot sourceforge.net
Subject: [Bug binutils/23460] regression: ar can not create archive containing many (>1024) lto object files
Date: Fri, 17 Aug 2018 16:02:26 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]