Skip to content

Commit 84e56b4

Browse files
committed
scripts: remove no-longer-needed ignored exports
1 parent 8035b5c commit 84e56b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

contrib/devtools/symbol-check.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@
5050

5151
# Ignore symbols that are exported as part of every executable
5252
IGNORE_EXPORTS = {
53-
'_edata', '_end', '__end__', '_init', '__bss_start', '__bss_start__', '_bss_end__',
54-
'__bss_end__', '_fini', '_IO_stdin_used', 'stdin', 'stdout', 'stderr',
55-
'environ', '_environ', '__environ',
53+
'environ', '_environ', '__environ', '_fini', '_init', 'stdin',
54+
'stdout', 'stderr',
5655
}
5756

5857
# Expected linker-loader names can be found here:

0 commit comments

Comments
 (0)