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 in repository toolchain/ci/newlib.
from 5192d5ea5 Cygwin: _dll_crt0: minimize target-specific conditional code adds 33395637a Cygwin: Fix previous attempt to drop i386 targets from hookapi adds d4aacd50e Cygwin: console: Add missing input_mutex guard. adds f2e39d523 Cygwin: console: Add workaround for ConEmu cygwin connector. adds cea26c757 Cygwin: perl scripts: drop support for i686 adds 7f42498be Cygwin: rename __cygwin_environ and drop env redirection via [...] adds 20adacdca Cygwin: profile.c: drop i686 register access adds 87a9ca4a9 Cygwin: gmon.h: drop 32 bit considerations adds f145174f8 Cygwin: uname: drop useless support for unsupported CPU arches adds d4689b99c Cygwin: Set threadnames with SetThreadDescription() adds 8d564b62b Cygwin: console: Avoid accessing NULL pointer via cygheap->ctty. adds d5229f821 Cygwin: pty: Treat *.bat and *.cmd as a non-cygwin console app. new bfee9c6ab Cygwin: console: Modify ConEmu cygwin connector hook.
The 1 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: winsup/cygwin/autoload.cc | 1 + winsup/cygwin/common.din | 1 + winsup/cygwin/dcrt0.cc | 2 +- winsup/cygwin/environ.cc | 30 +-- winsup/cygwin/environ.h | 2 - winsup/cygwin/exec.cc | 8 +- winsup/cygwin/external.cc | 2 +- winsup/cygwin/fhandler.h | 1 + winsup/cygwin/fhandler_console.cc | 49 ++++- winsup/cygwin/gendef | 412 +------------------------------------- winsup/cygwin/globals.cc | 4 +- winsup/cygwin/gmon.h | 5 - winsup/cygwin/hookapi.cc | 39 ++-- winsup/cygwin/miscfuncs.cc | 33 ++- winsup/cygwin/mkimport | 7 +- winsup/cygwin/pinfo.cc | 4 +- winsup/cygwin/profil.c | 6 +- winsup/cygwin/release/3.3.6 | 5 + winsup/cygwin/spawn.cc | 15 +- winsup/cygwin/speclib | 5 +- winsup/cygwin/syscalls.cc | 2 +- winsup/cygwin/uname.cc | 22 -- winsup/cygwin/x86_64.din | 3 - 23 files changed, 153 insertions(+), 505 deletions(-)