Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/scripts/objsizes

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 16  while read text data bss dec hex filenam Line 16  while read text data bss dec hex filenam
16      printf "%9d %11d %9d %9d %s\n" $((text+data)) $text $data $bss "$filename"      printf "%9d %11d %9d %9d %s\n" $((text+data)) $text $data $bss "$filename"
17  done  done
18  printf "%9d %11d %9d %9d %s\n" $((t_text+t_data)) $t_text $t_data $t_bss "TOTAL"  printf "%9d %11d %9d %9d %s\n" $((t_text+t_data)) $t_text $t_data $t_bss "TOTAL"
19  } | sort -r  } | env -uLANG -uLC_ALL sort -r

Legend:
Removed from v.983  
changed lines
  Added in v.984