mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-15 15:13:52 +01:00
scripts: remove no-longer-needed ignored exports
This commit is contained in:
@@ -50,9 +50,8 @@ MAX_VERSIONS = {
|
|||||||
|
|
||||||
# Ignore symbols that are exported as part of every executable
|
# Ignore symbols that are exported as part of every executable
|
||||||
IGNORE_EXPORTS = {
|
IGNORE_EXPORTS = {
|
||||||
'_edata', '_end', '__end__', '_init', '__bss_start', '__bss_start__', '_bss_end__',
|
'environ', '_environ', '__environ', '_fini', '_init', 'stdin',
|
||||||
'__bss_end__', '_fini', '_IO_stdin_used', 'stdin', 'stdout', 'stderr',
|
'stdout', 'stderr',
|
||||||
'environ', '_environ', '__environ',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Expected linker-loader names can be found here:
|
# Expected linker-loader names can be found here:
|
||||||
|
|||||||
Reference in New Issue
Block a user