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-O3_LTO in repository toolchain/ci/newlib.
from 830a9b707 Cygwin: drop PROCESSOR_ARCHITECTURE_INTEL from uname adds 93bea9f53 Cygwin: drop i686 exception handling adds 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 new 382550072 Fix __sFILE::_lock initialization new 03e815a91 Use weak reference for _REENT_SMALL
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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 | 37 ++-- newlib/libc/stdlib/__atexit.c | 17 +- newlib/libc/stdlib/__call_atexit.c | 8 +- newlib/newlib.hin | 6 +- winsup/cygwin/cygtls.h | 72 +------ winsup/cygwin/exception.h | 121 ------------ winsup/cygwin/exceptions.cc | 363 +++++++--------------------------- 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 +- 22 files changed, 266 insertions(+), 652 deletions(-)