diff --git a/test_symbols.sh b/test_symbols.sh index e56d37c..2351939 100755 --- a/test_symbols.sh +++ b/test_symbols.sh @@ -3,4 +3,4 @@ set -euo pipefail diff -u <(sort < "$2") <(nm "$1" | grep " T " | cut -f3 -d " " | sort) -nm "$1" | grep " U " | (! grep -Pv 'abort|free|malloc|mem[a-z]*|__ashlti3') +nm "$1" | grep " U " | (! grep -Pv 'abort|free|malloc|mem[a-z]*|__ashlti3|__stack_chk_fail')