C++ Static Constructors in Shared Libraries
Status: Beta
Brought to you by:
patacongo
Currently XFLAT supports C++ static constructors only
in main program modules (view crt1.o, crti.o,
crtbegin.o, crtend.o, crtn.o). But it does not
provide any such support for shared library modules.
The program module logic is 90% portable to shared
libraries but some additional work would be necessary
to have static constructor support in XFLAT shared
libraries.
Anonymous