This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os in repository toolchain/ci/newlib.
from e826fbb2a Fix stdio exit handling adds 5c7af4227 Use right lock release in __register_exitproc() adds 065d77dd0 Add --enable-newlib-reent-binary-compat adds 4a00cbcef Cygwin: Enable backward binary compatibility adds ad6d271eb Optional struct _reent::__unused_sdidinit adds 00e467bec Optional struct _reent::_unspecified_locale_info adds 84d8b9d1b Optional struct _reent::_new::_reent::_unused_rand adds 9035e406c Optional struct _reent::_new::_unused adds 2faeaf50f Use global atexit data for all configurations adds 12d07e1dd newlib: libc: reent.h: remove unnecessary parentheses adds 1559f7f45 Cygwin: Use two pass parse for tlsoffsets generation. adds 1b86dd7d8 Cygwin: make sure exec'ed process exists early in process list adds 382550072 Fix __sFILE::_lock initialization adds 03e815a91 Use weak reference for _REENT_SMALL
No new revisions were added by this update.
Summary of changes: libgloss/arc/crt0.S | 11 ++-- libgloss/epiphany/crt0.S | 26 ++++----- libgloss/sparc_leon/locore_atexit.c | 4 +- newlib/README | 12 ++-- newlib/configure | 30 +++++++--- newlib/configure.ac | 25 ++++++--- newlib/libc/include/sys/config.h | 7 ++- newlib/libc/include/sys/reent.h | 103 +++++++++++++++++----------------- newlib/libc/reent/impure.c | 4 ++ newlib/libc/reent/reent.c | 19 ------- newlib/libc/stdio/findfp.c | 8 --- newlib/libc/stdlib/__atexit.c | 17 ++---- newlib/libc/stdlib/__call_atexit.c | 8 +-- newlib/newlib.hin | 6 +- winsup/cygwin/gentls_offsets | 27 +++++++-- winsup/cygwin/include/cygwin/config.h | 1 + winsup/cygwin/pinfo.cc | 6 +- winsup/cygwin/release/3.3.6 | 4 ++ winsup/cygwin/spawn.cc | 15 ++--- 19 files changed, 177 insertions(+), 156 deletions(-)