Gunar Schorcht 328813ce12 cpu/esp32: fix of ctor and newlib initialization
Module `newlib` is now used by default. Therefore, the separation of initialization of ctors and the newlibc is not needed any longer. Instead of calling `do_global_ctors` and `_init` separately, `__libc_init_array` is called. Explicit function `do_global_ctors` is removed.
2019-08-21 16:31:06 +02:00
..
2019-08-06 19:43:54 +02:00
2018-06-11 19:12:02 +02:00
2019-08-03 14:50:58 +02:00
2019-08-06 19:43:54 +02:00
2017-01-20 13:36:26 +01:00