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-O3_LTO_VECT in repository toolchain/ci/newlib.
from 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
No new revisions were added by this update.
Summary of changes: newlib/configure.host | 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 +++++++++++++++++++++++++ winsup/cygserver/Makefile.am | 1 + winsup/cygserver/sysv_msg.cc | 12 ++++++------ winsup/cygwin/Makefile.am | 1 + winsup/cygwin/cpuid.h | 8 ++++---- 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/utils/Makefile.am | 1 + winsup/utils/dumper.cc | 2 +- winsup/utils/path.cc | 2 +- 20 files changed, 103 insertions(+), 46 deletions(-) create mode 100644 newlib/libc/machine/nvptx/clock.c