Fixed a bug in libc_fini_array, which prevented the first element from being called.
Added attribute 'weak' to stack_chk_guard in order to enable possibility of external implementation.
Added missing function to test app (otherwise it doesn't compile).
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
Fixes to CRT
Description
Fixed a bug in libc_fini_array, which prevented the first element from being called. Added attribute 'weak' to stack_chk_guard in order to enable possibility of external implementation. Added missing function to test app (otherwise it doesn't compile).
Type of change
Please delete options that are not relevant.
How Has This Been Tested?