diff options
author | John Beppu <beppu@lbox.org> | 2000-02-11 12:43:20 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2000-02-11 12:43:20 +0000 |
commit | c1dc5d947384a338d7630e035c42a76c43eeb340 (patch) | |
tree | 23323c137ee0ae33bdecae76c9a32e47541a2191 /tests/cp_tests.mk | |
parent | 91f3df3c4523e70946396cefef96ac051e639132 (diff) | |
download | busybox-c1dc5d947384a338d7630e035c42a76c43eeb340.tar.gz |
reduced .bss size by dynmaically allocating a certain large
array instead of letting it be static.
objdump -t busybox \
| grep .bss \
| sed 's/^.*\.bss //' \
| grep -v ABS \
#| perl -e 'while(<>) { @x = split; @y = reverse split(//, $x[0]); for ($i=0; $i<@y; $i++) { $s += $y[$i] * (16 ** $i); if ($y[$i] && $i > 2) { print "> $y[$i] * 16 ** $i $x[1]\n"; } } } print "$s\n";'
Diffstat (limited to 'tests/cp_tests.mk')
0 files changed, 0 insertions, 0 deletions