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_LTO in repository toolchain/ci/newlib.
from 365199090 Cygwin: pipe: Avoid false EOF while reading output of C# programs. adds 328e1b1a3 newlib: mips: delete glibc-specific logic adds c6f0a46d7 Cygwin: pipe: Handle WAIT_CANCELED when waiting read_mtx. adds babc07f7e Fix compile time warning messages building with gcc v6.1.1 adds ae3419884 update-copyright.py for binutils adds 4e54fa77a Update the address of the FSF in the copyright notice of file [...] adds d3afeac43 Update year range in copyright notice of binutils files adds 6701ccbf7 Bump to autoconf 2.69 and automake 1.15.1 adds bc70b1662 Update year range in copyright notice of binutils files adds 957f0a864 texi2pod.pl: import support for @t{...} from gcc adds e08eb1d7c Add libctf to update-copyright.py adds c0d69d696 Update year range in copyright notice of binutils files adds 784020ca7 texi2pod.pl: add no-op --no-split option support [PR28144] adds 8e1bc2245 etc: rename configure.in to configure.ac adds f013c741c etc: switch to automake adds 24491c125 winsup: delete old _LIBC logic new 576ace1f2 Cygwin: pipe: Fix raw_write() for non-cygwin pipe with size zero. new eaf072548 Cygwin: drop unused isabspath_u and iswabspath macros new 7e7d47164 Cygwin: introduce isabspath_strict macro new 88c9008bb Cygwin: add 3.3.3 release notes
The 4 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: COPYING.LIBGLOSS | 8 +- ChangeLog | 4 + etc/ChangeLog | 34 ++ etc/Makefile.am | 19 + etc/Makefile.in | 407 ++++++++++++-- {libgloss/wince => etc}/aclocal.m4 | 337 +---------- etc/add-log.el | 8 +- etc/configure | 1086 ++++++++++++++++++++++++++++-------- etc/configure.ac | 9 + etc/configure.in | 27 - etc/texi2pod.pl | 7 +- etc/update-copyright.py | 622 +++++++++++++++++++++ newlib/libc/machine/mips/memcpy.S | 11 - newlib/libc/machine/mips/memset.S | 10 - newlib/libc/machine/mips/strcmp.S | 9 - winsup/cygwin/fhandler_pipe.cc | 12 +- winsup/cygwin/release/3.3.3 | 11 + winsup/cygwin/syscalls.cc | 2 +- winsup/cygwin/tzcode/private.h | 15 - winsup/cygwin/winsup.h | 20 +- 20 files changed, 1953 insertions(+), 705 deletions(-) create mode 100644 etc/Makefile.am copy {libgloss/wince => etc}/aclocal.m4 (70%) create mode 100644 etc/configure.ac delete mode 100644 etc/configure.in create mode 100755 etc/update-copyright.py create mode 100644 winsup/cygwin/release/3.3.3