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_LTO in repository toolchain/ci/newlib.
from 4f8114993 libc: Added prototypes for new POSIX APIs adds cf86601d9 svfwscanf: Simplify _sungetwc_r to eliminate apparent buffer [...] adds ad35bfbb0 Cygwin: return better inode numbers for block device entries [...] adds 2f05de4db Cygwin: fix all usages of NtQueryDirectoryObject adds 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.
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 +++ newlib/libc/stdio/vfwscanf.c | 40 +---- newlib/libc/stdlib/gdtoa-gethex.c | 12 +- newlib/libc/stdlib/strtod.c | 7 +- winsup/cygwin/fhandler_proc.cc | 281 ++++++++++++++++++---------------- winsup/cygwin/fhandler_procsys.cc | 82 +++++++--- winsup/cygwin/fhandler_raw.cc | 2 + winsup/cygwin/flock.cc | 52 ++++--- winsup/cygwin/pinfo.cc | 36 +++-- winsup/cygwin/release/3.3.0 | 5 + winsup/cygwin/syscalls.cc | 34 ++-- winsup/cygwin/thread.cc | 8 +- winsup/cygwin/thread.h | 17 +- 18 files changed, 389 insertions(+), 247 deletions(-) create mode 100644 newlib/libc/machine/nvptx/clock.c