diff --git a/bin/symbols-check.py b/bin/symbols-check.py index a33d0932ed9..e56b49df10a 100644 --- a/bin/symbols-check.py +++ b/bin/symbols-check.py @@ -10,6 +10,9 @@ PLATFORM_SYMBOLS = [ '__bss_end__', '__bss_start__', '__bss_start', + '__cxa_guard_abort', + '__cxa_guard_acquire', + '__cxa_guard_release', '__end__', '_bss_end__', '_edata', @@ -18,7 +21,6 @@ PLATFORM_SYMBOLS = [ '_init', ] - def get_symbols_nm(nm, lib): ''' List all the (non platform-specific) symbols exported by the library