We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8435a22 commit 008ffb7Copy full SHA for 008ffb7
1 file changed
Tools/build/smelly.py
@@ -34,12 +34,6 @@ def is_local_symbol_type(symtype):
34
if symtype.islower() and symtype not in "uvw":
35
return True
36
37
- # Ignore the initialized data section (d and D) and the BSS data
38
- # section. For example, ignore "__bss_start (type: B)"
39
- # and "_edata (type: D)".
40
- if symtype in "bBdD":
41
- return True
42
-
43
return False
44
45
0 commit comments