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 01c734b0d Cygwin: Fix typo KERB_S4U_LOGON_FLAG_IDENTITY -> IDENTIFY adds b827d4d36 Cygwin: simplify create_new_main_thread_stack adds 28970dae3 Cygwin: move x86_64 thread stack area adds 5a6de512a Cygwin: always add sigmask to child info adds 4232d171a sys/types.h: Don't include sys/_stdint.h adds a40416595 Revert "sys/types.h: Don't include sys/_stdint.h" adds 357d7fcc6 In <stdio.h> provide only necessary types adds ad51d0006 Remove _global_impure_ptr indirection adds 90a4ab5eb Fix nano-malloc build adds 5cad308ba Fix ndbm.c build break new 3d64a500f Simplify rules for creating man pages new d51aab2ab Add build avoidance for 'make man' new 81b7cf09f Silence xsltproc when writing manpages new a9d2d7baa Fix warning about duplicate id in docbook XML new 323b61f27 Generate manpages for functions in chapter sys.tex
The 5 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/Makefile.am | 3 +++ newlib/Makefile.in | 21 +-------------------- newlib/doc/chapter-texi2docbook.py | 2 +- newlib/libc/Makefile.inc | 17 ++++++++--------- newlib/libc/include/ndbm.h | 1 + newlib/libc/include/stdio.h | 12 +++++++++++- newlib/libc/include/sys/reent.h | 9 +++++++-- newlib/libc/libc.in.xml | 4 +++- newlib/libc/machine/spu/Makefile.inc | 2 +- newlib/libc/machine/spu/impure.c | 14 -------------- newlib/libc/machine/spu/sys/errno.h | 1 - newlib/libc/reent/impure.c | 16 +++------------- newlib/libc/stdlib/nano-mallocr.c | 1 + newlib/libm/Makefile.inc | 17 ++++++++--------- winsup/cygwin/child_info.h | 5 +++-- winsup/cygwin/dcrt0.cc | 10 +++------- winsup/cygwin/heap.cc | 5 +++-- winsup/cygwin/miscfuncs.cc | 18 ++++++++---------- winsup/cygwin/miscfuncs.h | 3 +-- winsup/cygwin/sigproc.cc | 18 ++++++++++++++---- 20 files changed, 80 insertions(+), 99 deletions(-) delete mode 100644 newlib/libc/machine/spu/impure.c