|
Following this commit, image arguments (e.g. libfoo.so) are replaced with
temporary mdso import libraries that are generated on the fly using the
perk and mdso library interfaces.
As should be noted, the above logic is only in effect when PE_TARGET_MDSO
is defined. For non-mdso targets (e.g. mingw), ld continues to generate
in-memory legacy .idata import libraries as it did before.
|