Yet more "#if 0" content removed.

This commit is contained in:
"Robert P. J. Day"
2006-07-01 15:09:17 +00:00
parent d35ef0f666
commit 7ccb65f3a4
8 changed files with 1 additions and 85 deletions

View File

@ -4,5 +4,4 @@ printf "%9s %11s %9s %9s %s\n" "text+data" text+rodata rwdata bss filename
find -name '*.o' | sed 's:^\./::' | xargs size | grep '^ *[0-9]' \
| while read text data bss dec hex filename; do
printf "%9d %11d %9d %9d %s\n" $((text+data)) $text $data $bss "$filename"
done \
| sort
done