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 873da400e libgloss: regenerate aclocal.m4 & configure w/newer versions adds 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. new babc07f7e Fix compile time warning messages building with gcc v6.1.1 new ae3419884 update-copyright.py for binutils new 4e54fa77a Update the address of the FSF in the copyright notice of file [...] new d3afeac43 Update year range in copyright notice of binutils files new 6701ccbf7 Bump to autoconf 2.69 and automake 1.15.1 new bc70b1662 Update year range in copyright notice of binutils files new 957f0a864 texi2pod.pl: import support for @t{...} from gcc new e08eb1d7c Add libctf to update-copyright.py new c0d69d696 Update year range in copyright notice of binutils files new 784020ca7 texi2pod.pl: add no-op --no-split option support [PR28144] new 8e1bc2245 etc: rename configure.in to configure.ac new f013c741c etc: switch to automake new 24491c125 winsup: delete old _LIBC logic
The 13 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 | 13 +- winsup/cygwin/release/3.3.2 | 4 + winsup/cygwin/tzcode/private.h | 15 - 18 files changed, 1938 insertions(+), 692 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