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-O2_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 new 93bea9f53 Cygwin: drop i686 exception handling new e826fbb2a Fix stdio exit handling
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: .appveyor.yml | 4 - .github/workflows/cygwin.yml | 5 +- newlib/Makefile.in | 36 +-- newlib/libc/stdio/findfp.c | 29 ++- 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/include/asm/types.h | 2 +- winsup/cygwin/include/machine/_types.h | 2 - winsup/cygwin/lib/_cygwin_crt0_common.cc | 18 +- winsup/cygwin/release/3.3.6 | 5 + winsup/cygwin/uname.cc | 3 - winsup/cygwin/wincap.cc | 12 + winsup/cygwin/wincap.h | 2 + winsup/utils/mingw/cygwin-console-helper.cc | 2 +- 20 files changed, 215 insertions(+), 565 deletions(-) create mode 100644 winsup/cygwin/release/3.3.6