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-O2_LTO in repository toolchain/ci/newlib.
from bc0e8a996 stdlib: conditionalize locale usage adds 1a821390d fix race condition in List_insert adds 6bb96d13a nvptx: Emulate clock and other machine stubs. new 8169e39ab Cygwin: C++17: register keyword is deprecated new 3ca80b360 Cygwin: dumper: fix up GCC pragma for g++ 11.2 new bdb7991db Cygwin: workaround a g++ 11.2 initialization bug new 88c027635 Cygwin: Allow using CFLAGS also for C++ files
The 4 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/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/cygwin/thread.cc | 8 ++++---- winsup/cygwin/thread.h | 17 +++++++++++++++-- winsup/utils/Makefile.am | 1 + winsup/utils/dumper.cc | 2 +- winsup/utils/path.cc | 2 +- 22 files changed, 122 insertions(+), 52 deletions(-) create mode 100644 newlib/libc/machine/nvptx/clock.c