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-Os in repository toolchain/ci/newlib.
from e1ce752a1 Cygwin: remove miscellaneous 32-bit code adds f344134a1 Cygwin: Drop pointless loadlib.h includes in utilities adds f36dd4027 Cygwin: Drop use of loadlib.h in regtool adds 1f8235f6b Cygwin: child_info.h: remove declaration of init_child_info adds cb4b4548c Cygwin: remove ntsecapi.h adds 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 new a13a044c1 RTEMS: Remove FreeBSD version tags new a6bd733db Use a precise bit count for the slab free items in UMA. new 96c645a0b bitset: avoid pessimized code when bitset size is not constant new de1380c36 bitset: rename confusing macro NAND to ANDNOT new 5e7a2b174 Fix undefined behavior: left-shifting into the sign bit. new 4c5b7bec9 bitset: add BIT_FFS_AT() for finding the first bit set greate [...] new 9d50b4468 bitset: expand bit index type to `long` new fb0a5865e bitset: implement BIT_TEST_CLR_ATOMIC & BIT_TEST_SET_ATOMIC new 7c03cdf47 iflib: Improve mapping of TX/RX queues to CPUs new 37a3e5963 bitset(9): Introduce BIT_FOREACH_ISSET and BIT_FOREACH_ISCLR new 112245b78 cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers t [...] new 96ddb4055 Revert "cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify con [...] new 27e8401c4 bitset: Reimplement BIT_FOREACH_IS(SET|CLR) new 6070714e0 cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers t [...] new 4ac3ee88c sched.h: add CPU_EQUAL() for better compatibility with Linux new a1071cb17 sys/bitset.h: reduce visibility of BIT_* macros new 2f6651097 sys/_bitset.h: Fix fall-out from commit 5e04571cf3c new c78c56c06 sys/_bitset.h: Fix fall-out from commit 5e04571cf3c new 3af17aef2 sys/_bitset.h: revert commit 74e014dbfab new 6af6e2955 sys/_bitset.h: Fix fall-out from commit 5e04571cf3c new e927f541f Make CPU_SET macros compliant with other implementations new e7ffbdb01 newlib/libc/sys/rtems/include/sys/cpuset.h
The 22 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/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/child_info.h | 2 - winsup/cygwin/cpuid.h | 4 + winsup/cygwin/cygerrno.h | 2 +- winsup/cygwin/cygheap.cc | 8 +- winsup/cygwin/cygheap.h | 4 +- winsup/cygwin/dcrt0.cc | 14 +- winsup/cygwin/debug.cc | 10 +- winsup/cygwin/dll_init.cc | 2 +- winsup/cygwin/dtable.cc | 2 +- winsup/cygwin/environ.cc | 6 +- winsup/cygwin/exceptions.cc | 6 +- winsup/cygwin/fhandler.cc | 10 +- winsup/cygwin/fhandler.h | 53 ++++---- winsup/cygwin/fhandler_clipboard.cc | 2 +- winsup/cygwin/fhandler_console.cc | 98 ++++++++++---- winsup/cygwin/fhandler_disk_file.cc | 2 +- winsup/cygwin/fhandler_dsp.cc | 4 +- winsup/cygwin/fhandler_procsys.cc | 2 +- winsup/cygwin/fhandler_random.cc | 2 +- winsup/cygwin/fhandler_signalfd.cc | 2 +- winsup/cygwin/fhandler_socket_unix.cc | 6 +- winsup/cygwin/fhandler_timerfd.cc | 2 +- winsup/cygwin/fhandler_tty.cc | 4 +- winsup/cygwin/fhandler_virtual.cc | 2 +- winsup/cygwin/fhandler_windows.cc | 2 +- winsup/cygwin/fhandler_zero.cc | 2 +- winsup/cygwin/fork.cc | 14 +- winsup/cygwin/include/cygwin/config.h | 5 +- winsup/cygwin/include/cygwin/signal.h | 5 + winsup/cygwin/include/cygwin/time.h | 6 +- winsup/cygwin/include/sys/ioctl.h | 2 +- winsup/cygwin/lib/_cygwin_crt0_common.cc | 2 +- winsup/cygwin/lib/crt0.h | 2 +- winsup/cygwin/miscfuncs.cc | 9 ++ winsup/cygwin/mmap.cc | 2 +- winsup/cygwin/mount.cc | 4 +- winsup/cygwin/ntea.cc | 4 +- winsup/cygwin/ntsecapi.h | 26 ---- winsup/cygwin/pinfo.cc | 2 +- winsup/cygwin/pinfo.h | 10 +- winsup/cygwin/release/3.3.6 | 3 + winsup/cygwin/resource.cc | 4 +- winsup/cygwin/shared.cc | 10 +- winsup/cygwin/shared_info.h | 10 +- winsup/cygwin/shm.cc | 2 +- winsup/cygwin/sigproc.h | 2 +- winsup/cygwin/strace.cc | 2 +- winsup/cygwin/strfuncs.cc | 10 +- winsup/cygwin/string.h | 8 +- winsup/cygwin/times.cc | 16 +-- winsup/cygwin/tty.cc | 4 +- winsup/cygwin/tty.h | 6 +- winsup/cygwin/winsup.h | 18 +-- winsup/utils/cygpath.cc | 1 - winsup/utils/gmondump.c | 35 +++-- winsup/utils/kill.cc | 2 +- winsup/utils/mingw/strace.cc | 2 +- winsup/utils/module_info.cc | 1 - winsup/utils/path.cc | 1 - winsup/utils/ps.cc | 3 +- winsup/utils/regtool.cc | 13 +- 78 files changed, 520 insertions(+), 559 deletions(-) delete mode 100644 winsup/cygwin/ntsecapi.h