You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/09/11 04:31:25 UTC

[GitHub] mlampert opened a new pull request #1392: bugfix/c++ global constructor

mlampert opened a new pull request #1392: bugfix/c++ global constructor
URL: https://github.com/apache/mynewt-core/pull/1392
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services