mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
[libc]重构_libc_init_array 防止gcc下芯片无法启动
This commit is contained in:
@@ -303,6 +303,7 @@ void _system(const char *s)
|
||||
void __libc_init_array(void)
|
||||
{
|
||||
/* we not use __libc init_aray to initialize C++ objects */
|
||||
/* __libc_init_array is ARM code, not Thumb; it will cause hardfault. */
|
||||
}
|
||||
|
||||
mode_t umask(mode_t mask)
|
||||
|
||||
Reference in New Issue
Block a user