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 d5229f821 Cygwin: pty: Treat *.bat and *.cmd as a non-cygwin console app. adds bfee9c6ab Cygwin: console: Modify ConEmu cygwin connector hook. adds 8b502d863 Cygwin: path: Make some symlinks to /cygdrive/* work. new 2902b3a09 Cygwin: drop requirement to build newlib's stdio64 new 02b273a68 Cygwin: drop macro and code for CYGWIN_VERSION_DLL_IS_OLD_TERMIOS new efa661198 Cygwin: drop macro and code for CYGWIN_VERSION_DLL_MALLOC_ENV new 8883f0ea3 Cygwin: drop macro and code for CYGWIN_VERSION_OLD_STDIO_CRLF [...] new 7de1be047 Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_S_IEXEC macro new c2743614b Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_ [...] new dcd78ece4 Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_USING_BIG_TYPES macro new 741f9a61c Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_USIN [...] new 57c3ca8d5 Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_USIN [...] new fee7b24be Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_IFREQ new c874161ec Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_CTYPE new 12360f10f Cygwin: drop macro and code for CYGWIN_VERSION_USE_PSEUDO_REL [...] new dad3dd33a Cygwin: version.h: document API_VERSION of the first 64 bit build new c41f0e700 Cygwin: drop unused CYGWIN_VERSION_CYGWIN_CONV macro new 7ad791c1e Cygwin: drop macro and code for CYGWIN_VERSION_DLL_EPOCH new b226e4228 Cygwin: __WORDSIZE: Drop 32 bit considerations new f418195dc Cygwin: fix/drop a few comments
The 17 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: newlib/configure.host | 1 - newlib/libc/include/stdio.h | 4 -- winsup/cygwin/ctype.cc | 15 ----- winsup/cygwin/dcrt0.cc | 9 +-- winsup/cygwin/environ.cc | 13 +---- winsup/cygwin/fhandler.cc | 15 ++--- winsup/cygwin/fhandler.h | 9 --- winsup/cygwin/fhandler_console.cc | 17 ++---- winsup/cygwin/fhandler_socket.cc | 98 ++++++++------------------------ winsup/cygwin/fhandler_socket_inet.cc | 30 +--------- winsup/cygwin/fhandler_socket_unix.cc | 4 +- winsup/cygwin/include/bits/wordsize.h | 1 - winsup/cygwin/include/cygwin/config.h | 2 - winsup/cygwin/include/cygwin/limits.h | 6 -- winsup/cygwin/include/cygwin/signal.h | 4 -- winsup/cygwin/include/cygwin/version.h | 47 +--------------- winsup/cygwin/include/limits.h | 14 +---- winsup/cygwin/include/mapi.h | 100 --------------------------------- winsup/cygwin/include/sys/param.h | 1 - winsup/cygwin/include/sys/termios.h | 47 ---------------- winsup/cygwin/mount.cc | 8 +-- winsup/cygwin/mount.h | 7 +-- winsup/cygwin/net.cc | 53 +---------------- winsup/cygwin/path.cc | 6 +- winsup/cygwin/pseudo-reloc.cc | 2 +- winsup/cygwin/release/3.3.6 | 4 ++ winsup/cygwin/syscalls.cc | 10 +--- winsup/cygwin/termios.cc | 32 ++++------- 28 files changed, 74 insertions(+), 485 deletions(-) delete mode 100644 winsup/cygwin/include/mapi.h