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-Os_LTO in repository toolchain/ci/newlib.
from 38965159d Cygwin: Add winsymlinks:sys adds 2b50ec0cd libc: Added implementation for sig2str/str2sig. adds cf9a51371 Cygwin: clarify importance of new GNU-specifc API adds 5970bbded Cygwin: export new sig2str/str2sig adds 15c53a34b libc: Fix compilation for new sig2str/str2sig implementation adds 99a4b087d Cygwin: Make gmondump conform to its doc + adjust doc adds 94ead7b76 Cygwin: More profiler format + small issue fixes adds 0cb40f415 RISC-V: Reliably initialize t0 in _times()
No new revisions were added by this update.
Summary of changes: libgloss/riscv/sys_times.c | 13 +- newlib/libc/include/sys/signal.h | 17 +++ newlib/libc/signal/Makefile.am | 4 +- newlib/libc/signal/Makefile.in | 14 +- newlib/libc/signal/sig2str.c | 302 +++++++++++++++++++++++++++++++++++++++ newlib/libc/signal/signal.tex | 4 + winsup/cygwin/common.din | 2 + winsup/cygwin/release/3.3.0 | 8 +- winsup/doc/new-features.xml | 10 +- winsup/doc/posix.xml | 2 + winsup/doc/utils.xml | 7 +- winsup/utils/gmondump.c | 12 ++ winsup/utils/profiler.cc | 60 +++----- 13 files changed, 398 insertions(+), 57 deletions(-) create mode 100644 newlib/libc/signal/sig2str.c