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 in repository toolchain/ci/newlib.
from 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 adds 3d64a500f Simplify rules for creating man pages adds d51aab2ab Add build avoidance for 'make man' adds 81b7cf09f Silence xsltproc when writing manpages adds a9d2d7baa Fix warning about duplicate id in docbook XML adds 323b61f27 Generate manpages for functions in chapter sys.tex adds aa9b5262f Cygwin: sigproc: Avoid segfault caused by signal just after fork().
No new revisions were added by this update.
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/machine/ieee.h | 98 ++++++++++++++++----------------- newlib/libc/include/ndbm.h | 1 + newlib/libc/include/stdio.h | 12 +++- newlib/libc/include/sys/reent.h | 9 ++- newlib/libc/include/sys/time.h | 44 +++++++-------- newlib/libc/include/sys/types.h | 2 +- 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/arc4random_uniform.c | 1 - newlib/libc/stdlib/nano-mallocr.c | 1 + newlib/libm/Makefile.inc | 17 +++--- winsup/cygserver/bsd_helper.h | 1 - winsup/cygwin/dcrt0.cc | 2 +- winsup/cygwin/gcrt0.c | 1 - winsup/cygwin/include/cygwin/in.h | 16 +++--- winsup/cygwin/include/cygwin/socket.h | 8 +-- winsup/cygwin/include/sys/dirent.h | 4 +- winsup/cygwin/sigproc.cc | 4 +- winsup/cygwin/winsup.h | 1 - 26 files changed, 137 insertions(+), 165 deletions(-) delete mode 100644 newlib/libc/machine/spu/impure.c