|
|
function old new delta
join_main - 843 +843
printfields - 462 +462
readfields - 442 +442
.rodata 107120 107332 +212
packed_usage 36078 36237 +159
applet_names 2870 2875 +5
applet_main 1652 1656 +4
------------------------------------------------------------------------------
(add/remove: 4/0 grow/shrink: 4/0 up/down: 2127/0) Total: 2127 bytes
text data bss dec hex filename
1080964 555 4992 1086511 10942f busybox_old
1083091 555 4992 1088638 109c7e busybox_unstripped
v2: Add a missing return statement which broke the '-t' option.
Thanks to Roberto A. Foglietta for pointing this out.
Signed-off-by: Morgan Bartlett <mjmouse9999@gmail.com>
Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|