Calling Global Constructors: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
No edit summary
(Add gcc documentation on initialization to external links)
Line 285: Line 285:
== Other Compilers / Platforms ==
== Other Compilers / Platforms ==
If your compiler or system ABI is not listed here, you will need to consult the appropriate documentation manually and hopefully document the information here if it is relevant.
If your compiler or system ABI is not listed here, you will need to consult the appropriate documentation manually and hopefully document the information here if it is relevant.

== See Also ===

=== External links ===
* [https://gcc.gnu.org/onlinedocs/gccint/Initialization.html How Initialization Functions Are Handled] in the GCC Documentation.