bloat-o-meter: teach it to handle aliases
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 30 Jan 2010 17:01:17 +0000 (18:01 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 2 Feb 2010 19:09:10 +0000 (20:09 +0100)
commit659507f84e0e25eb0f3d6bfa9a9d807c89fc251e
tree660616cd5db81d6c4e9c6475d6fa765e603f0ddc
parentbaad6d889da960ff3336f16a8e5d25518f832c73
bloat-o-meter: teach it to handle aliases

Previously aliases were counted as full implementation taking up space:
setservent                                            64      55      -9
__GI_setservent                                       64      55      -9
getservent_r                                         420     319    -101
__GI_getservent_r                                    420     319    -101

Teach it to properly handle aliases.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
scripts/bloat-o-meter