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-O2 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 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(). adds b29fd96ca Cygwin: pty: Fix acquiring attach_mutex timing. adds 67f12b2ea Cygwin: pty: Fix timing of creating invisible console. adds aea694004 Cygwin: pty: Change the condition to send Ctrl-C event. adds cc94490f6 Cygwin: pty: Avoid deadlock when pcon is started on console. adds a6d06056e Cygwin: pty: Add missing attach_mutex guard. new a19161a6d Cygwin: pty: Not to change code page of parent console.
The 1 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/fhandler_console.cc | 2 +- winsup/cygwin/fhandler_termios.cc | 9 +++----- winsup/cygwin/fhandler_tty.cc | 42 +++++++++++++++++++----------------- winsup/cygwin/heap.cc | 5 +++-- winsup/cygwin/miscfuncs.cc | 18 +++++++--------- winsup/cygwin/miscfuncs.h | 3 +-- winsup/cygwin/select.cc | 2 -- winsup/cygwin/sigproc.cc | 20 ++++++++++++----- 24 files changed, 107 insertions(+), 129 deletions(-) delete mode 100644 newlib/libc/machine/spu/impure.c