OSDN Git Service

2007-03-15 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Thu, 15 Mar 2007 21:32:09 +0000 (21:32 +0000)
committerjjohnstn <jjohnstn>
Thu, 15 Mar 2007 21:32:09 +0000 (21:32 +0000)
commit978d71e292df10c605cd5e8df0f8b418b96b7c2b
treed25348d49b16d1dfbba82974a79be959e4fa67bd
parent02c34cef149cdadcbdf620b88d39c479e620ed18
2007-03-15  Jeff Johnston  <jjohnstn@redhat.com>

        * configure.in: Add new --enable-newlib-reent-small option.
        * configure: Regenerated.
        * acconfig.h: Add _WANT_REENT_SMALL.
        * newlib.hin: Regenerated minus PACKAGE macros to add
        _WANT_REENT_SMALL macro.
        * libc/include/sys/config.h[_WANT_REENT_SMALL]: Set _REENT_SMALL
        if not already set.
        * libc/stdio/fflush.c[_REENT_SMALL]: Return immediately if
        there is no buffer.
        * libc/stdio/local.h[_REENT_SMALL]: Fix CHECK_INIT macro to
        use reentrant pointer passed in when resetting the file
        pointer to one of the std streams.
newlib/ChangeLog
newlib/acconfig.h
newlib/configure
newlib/configure.in
newlib/libc/include/sys/config.h
newlib/libc/stdio/fflush.c
newlib/libc/stdio/local.h
newlib/newlib.hin