Skip to content

Commit

Permalink
nxstyle: Add NativeSymbol to white list
Browse files Browse the repository at this point in the history
Add the new symbol `NativeSymbol` to the white list,
and update the comments about the symbols that are
from WAMR project.

Signed-off-by: Huang Qi <[email protected]>
  • Loading branch information
no1wudi committed Sep 28, 2024
1 parent f81c844 commit 7377a11
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tools/nxstyle.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,14 @@ static const char *g_white_suffix[] =

static const char *g_white_content_list[] =
{
/* Ref: wamr_custom_init.c */
/* Ref:
* nuttx-apps/examples/wamr_module/module_hello.c
* nuttx-apps/interpreters/wamr/wamr_custom_init.c
*
* Them are from the WAMR project.
*/

"NativeSymbol",
"RuntimeInitArgs",

/* Ref: gnu_unwind_find_exidx.c */
Expand Down

0 comments on commit 7377a11

Please sign in to comment.