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-release-arm_eabi-coremark-Os 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. adds 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 adds 58e981a5a Cygwin: use locale-aware conversion to UNICODE_STRING checkin [...] adds 249f42d07 Cygwin: pty: Fix a small bug in is_console_app(). adds d097a96e6 Cygwin: drop last usage of RtlCreateUnicodeStringFromAsciiz adds 1e428bee1 Cygwin: mount_info::get_mounts_here: alloc temp mountpoint in [...]
No new revisions were added by this update.
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 | 5 +- winsup/cygwin/clock.cc | 3 - winsup/cygwin/common.din | 1 + winsup/cygwin/ctype.cc | 15 - winsup/cygwin/cygerrno.h | 7 - winsup/cygwin/cygthread.cc | 4 +- winsup/cygwin/cygthread.h | 6 +- winsup/cygwin/dcrt0.cc | 13 +- winsup/cygwin/environ.cc | 41 +- winsup/cygwin/environ.h | 2 - winsup/cygwin/errmap.h | 9008 +++++++++++++++++++++++++++++ winsup/cygwin/errno.cc | 151 +- winsup/cygwin/exceptions.cc | 8 +- winsup/cygwin/exec.cc | 8 +- winsup/cygwin/external.cc | 2 +- winsup/cygwin/fhandler.cc | 15 +- winsup/cygwin/fhandler.h | 10 +- winsup/cygwin/fhandler_console.cc | 57 +- 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/gendef | 412 +- winsup/cygwin/globals.cc | 5 +- winsup/cygwin/gmon.h | 5 - winsup/cygwin/hookapi.cc | 39 +- 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 | 43 +- winsup/cygwin/miscfuncs.h | 23 +- winsup/cygwin/mkimport | 7 +- winsup/cygwin/mount.cc | 35 +- winsup/cygwin/mount.h | 15 +- winsup/cygwin/net.cc | 200 +- winsup/cygwin/ntdll.h | 509 +- winsup/cygwin/path.cc | 12 +- winsup/cygwin/pinfo.cc | 8 +- winsup/cygwin/pinfo.h | 2 +- winsup/cygwin/posix_timer.cc | 2 +- winsup/cygwin/profil.c | 8 +- winsup/cygwin/pseudo-reloc.cc | 2 +- winsup/cygwin/release/3.3.6 | 9 + winsup/cygwin/security.h | 4 +- winsup/cygwin/select.cc | 10 +- winsup/cygwin/sigproc.cc | 6 +- winsup/cygwin/spawn.cc | 17 +- winsup/cygwin/speclib | 5 +- winsup/cygwin/strfuncs.cc | 2 +- winsup/cygwin/syscalls.cc | 57 +- winsup/cygwin/termios.cc | 32 +- winsup/cygwin/thread.cc | 2 +- winsup/cygwin/thread.h | 2 +- winsup/cygwin/timerfd.cc | 2 +- winsup/cygwin/uname.cc | 22 - winsup/cygwin/wchar.h | 22 + winsup/cygwin/window.cc | 4 +- winsup/cygwin/wininfo.h | 2 +- winsup/cygwin/winlean.h | 18 - winsup/cygwin/winsup.h | 2 +- winsup/cygwin/x86_64.din | 3 - 82 files changed, 9741 insertions(+), 1662 deletions(-) create mode 100644 winsup/cygwin/errmap.h delete mode 100644 winsup/cygwin/include/mapi.h