tools/nxstyle: Add __sFILE_fake(defined by newlib) to the white list

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-05-03 20:19:02 +08:00 committed by Alan Carvalho de Assis
parent 4ae7f4c1f6
commit 59db30fd59

View File

@ -219,6 +219,10 @@ static const char *g_white_list[] =
"__gnu_Unwind_Find_exidx",
/* Ref: lib_impure.c */
"__sFILE_fake",
/* Ref: stdlib.h */
"_Exit",