things belonging in .bss that may end up in .data instead
This commit is contained in:
parent
ab23234624
commit
f3441070e8
1 changed files with 4 additions and 0 deletions
4
findbad
4
findbad
|
|
@ -48,3 +48,7 @@ done > patterns.check <<-DONE
|
||||||
switchout
|
switchout
|
||||||
DONE
|
DONE
|
||||||
egrep -v -f patterns.check soD.check
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue