I know that on ELF platforms, __attribute__((constructor))
uses the .ctors
ELF section. Now I realized that the function attribute works with GCC on MinGW as well and I'm wondering how it is implemented.
↧
How does GCC implement __attribute__((constructor)) on MinGW?
↧