mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
nxstyle: Add some unwind name to the white list
we can't change the case because it is defined by ARM Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
David Sidrane
parent
aa0d57e8ad
commit
cfc58d1913
+4
-1
@@ -197,7 +197,10 @@ static const char *g_white_prefix[] =
|
||||
|
||||
static const char *g_white_list[] =
|
||||
{
|
||||
"_Exit", /* Ref: stdlib.h */
|
||||
"__EIT_entry", /* Ref: gnu_unwind_find_exidx.c */
|
||||
"__gnu_Unwind_Find_exidx", /* Ref: gnu_unwind_find_exidx.c */
|
||||
"_Exit", /* Ref: stdlib.h */
|
||||
"_Unwind_Ptr", /* Ref: unwind-arm-common.h */
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user