OSDN Git Service

Reduce stack size of *printf.
authorericb <ericb>
Mon, 14 May 2007 19:42:47 +0000 (19:42 +0000)
committerericb <ericb>
Mon, 14 May 2007 19:42:47 +0000 (19:42 +0000)
commit4b2249ae20cef82414e7e469c4ea51bd627daab1
treef55d498a491a140b6c551955ba650792831110cd
parent3575eeacec36ec0c6feaae25f53a73124d3284ce
Reduce stack size of *printf.
* libc/stdio/vfprintf.c (_VFPRINTF_R): Fix use of decimal point
in %f.  Avoid malloc when possible for %S.
(BUF): Improve stack locality by using smaller size.
(MAXEXPLEN, _PRINTF_FLOAT_TYPE): Define.
(exponent): Use smaller stack size.
newlib/ChangeLog
newlib/libc/stdio/vfprintf.c