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 bfee9c6ab Cygwin: console: Modify ConEmu cygwin connector hook. adds 8b502d863 Cygwin: path: Make some symlinks to /cygdrive/* work. adds 2902b3a09 Cygwin: drop requirement to build newlib's stdio64 adds 02b273a68 Cygwin: drop macro and code for CYGWIN_VERSION_DLL_IS_OLD_TERMIOS adds efa661198 Cygwin: drop macro and code for CYGWIN_VERSION_DLL_MALLOC_ENV adds 8883f0ea3 Cygwin: drop macro and code for CYGWIN_VERSION_OLD_STDIO_CRLF [...] adds 7de1be047 Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_S_IEXEC macro adds c2743614b Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_ [...] adds dcd78ece4 Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_USING_BIG_TYPES macro adds 741f9a61c Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_USIN [...] adds 57c3ca8d5 Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_USIN [...] adds fee7b24be Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_IFREQ adds c874161ec Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_CTYPE adds 12360f10f Cygwin: drop macro and code for CYGWIN_VERSION_USE_PSEUDO_REL [...] adds dad3dd33a Cygwin: version.h: document API_VERSION of the first 64 bit build adds c41f0e700 Cygwin: drop unused CYGWIN_VERSION_CYGWIN_CONV macro adds 7ad791c1e Cygwin: drop macro and code for CYGWIN_VERSION_DLL_EPOCH adds b226e4228 Cygwin: __WORDSIZE: Drop 32 bit considerations adds f418195dc Cygwin: fix/drop a few comments adds 8053ccd44 Cygwin: net.cc: constify gai_errmap adds a8c1dd2ce Cygwin: net.cc: create own type host_errmap_t for host_errmap adds 70c7e8c1b Cygwin: net.cc: convert wsock_errmap into a simple array of e [...] adds d939b16ad casinh: Use approximation for large input. adds ab31794e8 cacosh: Use approximation for large input. adds cc88ef77e Cygwin: create sparse errmap array adds 9f6057d20 Cygwin: Drop export aliases and masking macros for stdio64 functions adds 7718cb70d Cygwin: syscalls.cc: drop masking macros for standard IO functions adds 7073ef4e8 Cygwin: drop __stdcall usage adds 12a3b696a Cygwin: drop outdated __MINGW64_VERSION_MAJOR checks adds 288788f91 Cygwin: Drop outdated IsWow64Process2 prototype adds c2aa5b6d7 Cygwin: syscalls.cc: remove ".dll" from blessed_executable_suffixes adds e71628b88 Cygwin: drop obsolete _cygwin_noncygwin_dll_entry entry point adds 73aefcb5c Cygwin: clock.cc: Drop redundant Windows prototypes adds b28edc7b8 Cygwin: drop all usages of WINAPI adds 35c501743 Cygwin: drop all usages of NTAPI new 58e981a5a Cygwin: use locale-aware conversion to UNICODE_STRING checkin [...]
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: newlib/configure.host | 1 - newlib/libc/include/stdio.h | 4 - winsup/cygwin/advapi32.cc | 8 +- winsup/cygwin/aio.cc | 6 +- winsup/cygwin/autoload.cc | 4 +- winsup/cygwin/clock.cc | 3 - winsup/cygwin/ctype.cc | 15 - winsup/cygwin/cygerrno.h | 7 - winsup/cygwin/cygthread.cc | 4 +- winsup/cygwin/cygthread.h | 6 +- winsup/cygwin/dcrt0.cc | 11 +- winsup/cygwin/environ.cc | 13 +- winsup/cygwin/errmap.h | 9008 +++++++++++++++++++++++++++++ winsup/cygwin/errno.cc | 151 +- winsup/cygwin/exceptions.cc | 8 +- winsup/cygwin/fhandler.cc | 15 +- winsup/cygwin/fhandler.h | 9 - winsup/cygwin/fhandler_console.cc | 10 +- winsup/cygwin/fhandler_disk_file.cc | 6 +- winsup/cygwin/fhandler_fifo.cc | 2 +- winsup/cygwin/fhandler_netdrive.cc | 2 +- winsup/cygwin/fhandler_socket.cc | 98 +- winsup/cygwin/fhandler_socket_inet.cc | 30 +- winsup/cygwin/fhandler_socket_unix.cc | 6 +- winsup/cygwin/fhandler_tty.cc | 8 +- winsup/cygwin/flock.cc | 6 +- winsup/cygwin/globals.cc | 1 - winsup/cygwin/include/bits/wordsize.h | 1 - winsup/cygwin/include/cygwin/config.h | 2 - winsup/cygwin/include/cygwin/cygwin_dll.h | 10 +- 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/init.cc | 4 +- winsup/cygwin/kernel32.cc | 36 +- winsup/cygwin/ldap.cc | 6 +- winsup/cygwin/lib/cygwin_crt0.c | 2 +- winsup/cygwin/math/cacosh.def.h | 21 + winsup/cygwin/math/casinh.def.h | 21 + winsup/cygwin/miscfuncs.cc | 12 +- winsup/cygwin/miscfuncs.h | 23 +- winsup/cygwin/mount.cc | 35 +- winsup/cygwin/mount.h | 15 +- winsup/cygwin/net.cc | 200 +- winsup/cygwin/ntdll.h | 508 +- winsup/cygwin/path.cc | 6 +- winsup/cygwin/pinfo.cc | 4 +- winsup/cygwin/pinfo.h | 2 +- winsup/cygwin/posix_timer.cc | 2 +- winsup/cygwin/profil.c | 2 +- winsup/cygwin/pseudo-reloc.cc | 2 +- winsup/cygwin/release/3.3.6 | 4 + winsup/cygwin/security.h | 4 +- winsup/cygwin/select.cc | 10 +- winsup/cygwin/sigproc.cc | 6 +- winsup/cygwin/strfuncs.cc | 2 +- winsup/cygwin/syscalls.cc | 55 +- winsup/cygwin/termios.cc | 32 +- winsup/cygwin/thread.cc | 2 +- winsup/cygwin/thread.h | 2 +- winsup/cygwin/timerfd.cc | 2 +- winsup/cygwin/wchar.h | 10 + winsup/cygwin/window.cc | 4 +- winsup/cygwin/wininfo.h | 2 +- winsup/cygwin/winlean.h | 18 - winsup/cygwin/winsup.h | 2 +- 70 files changed, 9573 insertions(+), 1157 deletions(-) create mode 100644 winsup/cygwin/errmap.h delete mode 100644 winsup/cygwin/include/mapi.h