On Sat, Apr 28, 2012 at 10:13:11AM -0700, Paul Goyette wrote:
> But can you provide symbols for the start/end of each module's
> portion of the .ctor / .dtor section?

I'm not sure you should have to. Otherwise it means that the static
state of a module after load is not consistent, which should not be that
hard to guarantee. Once you have that, the order in which constructors
are run no longer matters.

Joerg

Reply via email to