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-O3 in repository toolchain/ci/newlib.
from 30c5411d0 Cygwin: remove most occurrences of __stdcall and __cdecl adds 07cf76309 Cygwin: restore two instances of __stdcall adds 14fc9be23 Fix __sglue inititialization adds 866f6c909 Clarify struct _reent comment adds aa460cc0c Cygwin: Have gmondump support ssp-generated gmon.out adds c4d4439c4 Fix __fp_lock_all() and __fp_unlock_all() adds b0cb9f85c Use global stdio streams for all configurations adds bbfe79fb7 Cygwin: restore '#ifdef __x86_64__' for CPU-specific code adds ddce45112 Cygwin: restore one more '#ifdef __x86_64__' adds fdbd15393 Cygwin: console: Retain ENABLE_VIRTUAL_TERMIANL_PROCESSING flag. adds fe10e8f03 Cygwin: console: Handle setting very long window title correctly. adds e84814b3e Regenerate configure and newlib.hin adds a13a044c1 RTEMS: Remove FreeBSD version tags adds a6bd733db Use a precise bit count for the slab free items in UMA. adds 96c645a0b bitset: avoid pessimized code when bitset size is not constant adds de1380c36 bitset: rename confusing macro NAND to ANDNOT adds 5e7a2b174 Fix undefined behavior: left-shifting into the sign bit. adds 4c5b7bec9 bitset: add BIT_FFS_AT() for finding the first bit set greate [...] adds 9d50b4468 bitset: expand bit index type to `long` adds fb0a5865e bitset: implement BIT_TEST_CLR_ATOMIC & BIT_TEST_SET_ATOMIC adds 7c03cdf47 iflib: Improve mapping of TX/RX queues to CPUs adds 37a3e5963 bitset(9): Introduce BIT_FOREACH_ISSET and BIT_FOREACH_ISCLR adds 112245b78 cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers t [...] adds 96ddb4055 Revert "cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify con [...] adds 27e8401c4 bitset: Reimplement BIT_FOREACH_IS(SET|CLR) adds 6070714e0 cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers t [...] adds 4ac3ee88c sched.h: add CPU_EQUAL() for better compatibility with Linux adds a1071cb17 sys/bitset.h: reduce visibility of BIT_* macros adds 2f6651097 sys/_bitset.h: Fix fall-out from commit 5e04571cf3c adds c78c56c06 sys/_bitset.h: Fix fall-out from commit 5e04571cf3c adds 3af17aef2 sys/_bitset.h: revert commit 74e014dbfab adds 6af6e2955 sys/_bitset.h: Fix fall-out from commit 5e04571cf3c adds e927f541f Make CPU_SET macros compliant with other implementations adds e7ffbdb01 newlib/libc/sys/rtems/include/sys/cpuset.h
No new revisions were added by this update.
Summary of changes: newlib/README | 6 - newlib/configure | 9 +- newlib/configure.ac | 10 +- newlib/libc/include/sys/config.h | 7 - newlib/libc/include/sys/reent.h | 123 ++---------------- newlib/libc/reent/impure.c | 6 - newlib/libc/reent/reent.c | 20 --- newlib/libc/stdio/fcloseall.c | 4 - newlib/libc/stdio/findfp.c | 57 +------- newlib/libc/stdio/local.h | 17 --- newlib/libc/sys/rtems/cpusetalloc.c | 2 +- newlib/libc/sys/rtems/include/sys/_bitset.h | 18 ++- newlib/libc/sys/rtems/include/sys/_cpuset.h | 11 +- newlib/libc/sys/rtems/include/sys/bitset.h | 193 +++++++++++++++++++++------- newlib/libc/sys/rtems/include/sys/cpuset.h | 71 +++++----- newlib/newlib.hin | 5 - winsup/cygwin/autoload.cc | 21 +++ winsup/cygwin/cpuid.h | 4 + winsup/cygwin/dcrt0.cc | 6 +- winsup/cygwin/fhandler.h | 1 + winsup/cygwin/fhandler_console.cc | 94 ++++++++++---- winsup/cygwin/fork.cc | 4 + winsup/cygwin/include/cygwin/config.h | 5 +- winsup/cygwin/include/cygwin/signal.h | 5 + winsup/cygwin/miscfuncs.cc | 9 ++ winsup/cygwin/release/3.3.6 | 3 + winsup/cygwin/winsup.h | 2 +- winsup/utils/gmondump.c | 35 +++-- 28 files changed, 376 insertions(+), 372 deletions(-)