This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Incorrect order of static dtors in DLL CRT?


Václav Haisman wrote on 04 August 2008 19:15:

> I won't pretend I grok all of it but it seems to me that what is
> necessary is the mechanism described by
> <http://www.codesourcery.com/public/cxx-abi/abi.html#dso-dtor>. Or am I
> wrong? 

  Well not really, but basically we already have (the equivalent of) this
mechanism in the way the cygwin DLL handles per-dll ctors and dtors using
the INIT/FINI lists, and the problem I'm having is that I think it's doing
things in the wrong order.


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]