OSDN Git Service

libcrypt: shrink crypt() again - unmodularise
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 18 Jan 2012 07:41:18 +0000 (08:41 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 18 Jan 2012 07:41:18 +0000 (08:41 +0100)
commitde5964178b62d4c98d43307f7d2ee5b6e0729483
treec2f85b30f309080671c447a361f135a3c0bd0559
parent7d7b96a3928dffdfb61ad96b7b765072a98aa988
libcrypt: shrink crypt() again - unmodularise

modularisation added too much bloat for no benefit, undo.

$ ../busybox/scripts/bloat-o-meter .lib.05/libcrypt-0.9.33-rc1-git.so lib/libcrypt-0.9.33-rc1-git.so
function                                             old     new   delta
crypt                                                130      46     -84
.rodata                                             2704       -   -2704
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 0/1 up/down: 0/-2788)         Total: -2788 bytes

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libcrypt/crypt.c