stty: incorporate strings into struct instead of keeping pointers there.
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 11 Oct 2007 16:02:36 +0000 (16:02 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 11 Oct 2007 16:02:36 +0000 (16:02 -0000)
commit2ea8c40e8f642ded3d68e99f0675ce2e7b8794ee
treeb8f344ca1c79821453184c1ed080a5c5f1ca4274
parent4f95e5aab8d6a2d827d3fe937cf2c72229f6955e
stty: incorporate strings into struct instead of keeping pointers there.

static:
   text    data     bss     dec     hex filename
 767535     974    9420  777929   bdec9 busybox_old
 767403     974    9420  777797   bde45 busybox_unstripped

dynamic -fpic:
   text    data     bss     dec     hex filename
 718954   14030   12032  745016   b5e38 busybox_old
 720278   12534   12032  744844   b5d8c busybox_unstripped
coreutils/stty.c