bc: yet another library shrink

function                                             old     new   delta
bc_lib                                              1604    1596      -8
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-8)               Total: -8 bytes
   text	   data	    bss	    dec	    hex	filename
 980160	    485	   7296	 987941	  f1325	busybox_old
 980152	    485	   7296	 987933	  f131d	busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2018-12-14 11:00:23 +01:00
parent c06537d9bb
commit fc9d26902b

View File

@ -7236,7 +7236,7 @@ static const char bc_lib[] ALIGN1 = {
"\n" "}" "\n" "}"
"\n" "scale=s" "\n" "scale=s"
"\n" "ibase=b" "\n" "ibase=b"
"\n" "if(n)return(-r/1)" "\n" "if(n)r=-r"
"\n" "return(r/1)" "\n" "return(r/1)"
"\n" "}" "\n" "}"
"\n" "define c(x){" "\n" "define c(x){"