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 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 [...] new 20adacdca Cygwin: profile.c: drop i686 register access new 87a9ca4a9 Cygwin: gmon.h: drop 32 bit considerations new f145174f8 Cygwin: uname: drop useless support for unsupported CPU arches new d4689b99c Cygwin: Set threadnames with SetThreadDescription() new 8d564b62b Cygwin: console: Avoid accessing NULL pointer via cygheap->ctty. new d5229f821 Cygwin: pty: Treat *.bat and *.cmd as a non-cygwin console app.
The 6 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 | 54 ++++- 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, 158 insertions(+), 505 deletions(-)