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 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 new 6bb96d13a nvptx: Emulate clock and other machine stubs.
The 1 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 +++++++++++++++++++++++++ newlib/libc/stdlib/gdtoa-gethex.c | 12 +++++++++--- newlib/libc/stdlib/strtod.c | 7 ++++++- winsup/cygwin/thread.cc | 8 ++++---- winsup/cygwin/thread.h | 17 +++++++++++++++-- 10 files changed, 90 insertions(+), 14 deletions(-) create mode 100644 newlib/libc/machine/nvptx/clock.c