From a818ba0e2dd2c305569934df420527bb878b8736 Mon Sep 17 00:00:00 2001 From: weety Date: Fri, 19 May 2017 21:41:43 +0800 Subject: [PATCH] update cplusplus support code. --- components/cplusplus/crt_init.c | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 components/cplusplus/crt_init.c diff --git a/components/cplusplus/crt_init.c b/components/cplusplus/crt_init.c old mode 100644 new mode 100755 index 8641f93f4..ebcc4af37 --- a/components/cplusplus/crt_init.c +++ b/components/cplusplus/crt_init.c @@ -43,6 +43,9 @@ void _init() void _fini() { } + +WEAK void *__dso_handle = 0; + #endif WEAK