rename WEAK to RT_WEAK

This commit is contained in:
xieyangrun
2017-09-18 11:32:13 +08:00
parent 7b4e7224e4
commit 6b06cb83e3
6 changed files with 13 additions and 13 deletions

View File

@@ -44,11 +44,11 @@ void _fini()
{
}
WEAK void *__dso_handle = 0;
RT_WEAK void *__dso_handle = 0;
#endif
WEAK
RT_WEAK
int cplusplus_system_init(void)
{
#if defined(__GNUC__) && !defined(__CC_ARM)