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 5036d447c Cygwin: fhandler_procsys::readdir: fix NtQueryDirectoryObject usage adds bc0e8a996 stdlib: conditionalize locale usage adds 1a821390d fix race condition in List_insert adds 6bb96d13a nvptx: Emulate clock and other machine stubs. adds 8169e39ab Cygwin: C++17: register keyword is deprecated adds 3ca80b360 Cygwin: dumper: fix up GCC pragma for g++ 11.2 adds bdb7991db Cygwin: workaround a g++ 11.2 initialization bug adds 88c027635 Cygwin: Allow using CFLAGS also for C++ files new 801120c1f Cygwin: loader script: add DWARF 5 sections new dcb515a95 libc/include/sys/signal.h: Change __STDINT_EXP() to __SIZEOF_INT__
The 2 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/configure.host | 2 +- newlib/libc/include/sys/signal.h | 2 +- newlib/libc/machine/nvptx/Makefile.am | 2 +- newlib/libc/machine/nvptx/Makefile.in | 11 +++++++++-- newlib/libc/machine/nvptx/clock.c | 18 ++++++++++++++++++ newlib/libc/machine/nvptx/configure | 2 ++ newlib/libc/machine/nvptx/misc.c | 25 +++++++++++++++++++++++++ newlib/libc/stdlib/gdtoa-gethex.c | 12 +++++++++--- newlib/libc/stdlib/strtod.c | 7 ++++++- winsup/cygserver/Makefile.am | 1 + winsup/cygserver/sysv_msg.cc | 12 ++++++------ winsup/cygwin/Makefile.am | 1 + winsup/cygwin/cpuid.h | 8 ++++---- winsup/cygwin/cygwin.sc.in | 9 +++++++-- winsup/cygwin/environ.cc | 6 +++--- winsup/cygwin/miscfuncs.cc | 22 ++++++++++++---------- winsup/cygwin/mmap.cc | 20 ++++++++++---------- winsup/cygwin/mount.cc | 2 +- winsup/cygwin/strfuncs.cc | 2 +- winsup/cygwin/string.h | 4 ++-- winsup/cygwin/strsep.cc | 6 +++--- winsup/cygwin/thread.cc | 8 ++++---- winsup/cygwin/thread.h | 17 +++++++++++++++-- winsup/utils/Makefile.am | 1 + winsup/utils/dumper.cc | 2 +- winsup/utils/path.cc | 2 +- 26 files changed, 145 insertions(+), 59 deletions(-) create mode 100644 newlib/libc/machine/nvptx/clock.c