Ulrich Weigand wrote:
> 
> Hello,
> 
> this patch implements delayed import thunks for Sparc.
> 
> I've also modified the i386 implementation a bit to make it
> more easily portable; specifically, I've moved all references
> to the delay_imports symbol into the C routine to avoid having
> to implement PIC references in assembly ...  (on i386 it just
> works --with impure text section--, but on Sparc it doesn't).

well, the previous implementation tried to stick as close as
possible to Windows' (see
http://msdn.microsoft.com/library/periodic/period98/hood1298.htm
for the details)

the part I don't like in your patch is that we won't be able (one
day) to implement the delay load hook... we need a ref to
the ImgDelayDescr (not only the index in the I(AN)T) in the 
__wine_delay_load

A+
-- 
---------------
Eric Pouech (http://perso.wanadoo.fr/eric.pouech/)
"The future will be better tomorrow", Vice President Dan Quayle

Reply via email to