things belonging in .bss that may end up in .data instead

This commit is contained in:
Albert Cahalan 2009-11-23 03:00:05 +00:00
parent ab23234624
commit f3441070e8

View file

@ -48,3 +48,7 @@ done > patterns.check <<-DONE
switchout
DONE
egrep -v -f patterns.check soD.check
echo
echo ++++++++++++++++ things belonging in .bss that may end up in .data instead +++++++++++++++++++++
egrep '^[a-zA-Z_].*= *(NULL|0|'\'\\0\'') *; *$' $CFILES $HFILES