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-release-arm_eabi-coremark-O3_LTO in repository toolchain/ci/newlib.
from 8f66bc28a Cygwin: fix new sigfe.o generation in optimized case adds faf1e1159 Cygwin: pty: Fix script command crash on console in Win7. adds 5bf4e0030 newlib: Regenerate Makefile.in adds b79d60b7d Cygwin: add 3.3.6 release notes adds 1a367220a Cygwin: CI: Drop i686 builds adds 866ae2c25 Cygwin: drop 32 bit considerations in crt0 code adds b3b9e231d Cygwin: drop i386 refs from header files where source isn't affected adds 83f8e24f0 Cygwin: document why we can't drop the _pei386_runtime_reloca [...] adds 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 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: .appveyor.yml | 4 - .github/workflows/cygwin.yml | 5 +- libgloss/arc/crt0.S | 11 +- libgloss/epiphany/crt0.S | 26 +- libgloss/sparc_leon/locore_atexit.c | 4 +- newlib/Makefile.in | 36 +-- 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/crt0.c | 8 - winsup/cygwin/cygserver_ipc.h | 8 +- winsup/cygwin/cygtls.h | 72 +----- winsup/cygwin/exception.h | 121 ---------- winsup/cygwin/exceptions.cc | 363 ++++++---------------------- winsup/cygwin/fhandler.h | 8 +- winsup/cygwin/fhandler_termios.cc | 3 +- winsup/cygwin/fhandler_tty.cc | 77 +++++- winsup/cygwin/gentls_offsets | 27 ++- winsup/cygwin/include/asm/types.h | 2 +- winsup/cygwin/include/cygwin/config.h | 1 + winsup/cygwin/include/machine/_types.h | 2 - winsup/cygwin/lib/_cygwin_crt0_common.cc | 18 +- winsup/cygwin/pinfo.cc | 6 +- winsup/cygwin/release/3.3.6 | 9 + winsup/cygwin/spawn.cc | 15 +- winsup/cygwin/uname.cc | 3 - winsup/cygwin/wincap.cc | 12 + winsup/cygwin/wincap.h | 2 + winsup/utils/mingw/cygwin-console-helper.cc | 2 +- 37 files changed, 392 insertions(+), 721 deletions(-) create mode 100644 winsup/cygwin/release/3.3.6