aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-06-16 16:12:45 +0100
committerfanquake <fanquake@gmail.com>2022-06-16 16:12:45 +0100
commit84e56b45b45e6c79331de59eab5d394eb2655538 (patch)
tree89a0dcada78077f4b500fc227e07b7efc0cbf399 /contrib/devtools
parent8035b5c80df51130af7cd398da84186ee42dd6e3 (diff)
downloadbitcoin-84e56b45b45e6c79331de59eab5d394eb2655538.tar.xz
scripts: remove no-longer-needed ignored exports
Diffstat (limited to 'contrib/devtools')
-rwxr-xr-xcontrib/devtools/symbol-check.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/devtools/symbol-check.py b/contrib/devtools/symbol-check.py
index a419e392ee..23d29af3f1 100755
--- a/contrib/devtools/symbol-check.py
+++ b/contrib/devtools/symbol-check.py
@@ -50,9 +50,8 @@ MAX_VERSIONS = {
# Ignore symbols that are exported as part of every executable
IGNORE_EXPORTS = {
-'_edata', '_end', '__end__', '_init', '__bss_start', '__bss_start__', '_bss_end__',
-'__bss_end__', '_fini', '_IO_stdin_used', 'stdin', 'stdout', 'stderr',
-'environ', '_environ', '__environ',
+'environ', '_environ', '__environ', '_fini', '_init', 'stdin',
+'stdout', 'stderr',
}
# Expected linker-loader names can be found here: