By overwriting `__libc_init_array` the C++ constructors of global variables are not being called, leaving those unitialized.
This patch leaves the compiler generated version of `__libc_init_array` in place which properly calls all constructors of global variables and implements `_init` instead. [ Full content available at: https://github.com/apache/mynewt-core/pull/1392 ] This message was relayed via gitbox.apache.org for [email protected]
