od: move address_fmt[] from data to globals. 8 less bytes in data section
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 22 Feb 2018 11:14:55 +0000 (12:14 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 22 Feb 2018 11:14:55 +0000 (12:14 +0100)
commit3177626033fa58fcb60e29009936f08f16e6a99c
tree4b6d4d9f6c97dee01409e696eb1e2e71c7b482fc
parent2709acbbda8a82ccd18abfe191dcb9dd530e4c57
od: move address_fmt[] from data to globals. 8 less bytes in data section

function                                             old     new   delta
od_main                                             2164    2179     +15
address_fmt                                            8       -      -8
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/0 up/down: 15/-8)               Total: 7 bytes
   text    data     bss     dec     hex filename
 930954     481    6852  938287   e512f busybox_old
 930977     473    6852  938302   e513e busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/od_bloaty.c