This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 9e032fd93 RISC-V: Fix _sbrk, it's failed only when return value is -1. new 2c245028a Use nanf("") instead of nanf(NULL) new 088a45cdf Remove unused variable 'one' from sf_cos.c new 82dfae9ab Use __inhibit_loop_to_libcall in all memset/memcpy implementations
The 3 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/libc/machine/cris/memcpy.c | 2 ++ newlib/libc/machine/riscv/memcpy.c | 2 ++ newlib/libc/machine/spu/memcpy.c | 5 ++++- newlib/libc/machine/spu/memcpy_ea.c | 2 ++ newlib/libc/machine/spu/memset_ea.c | 2 ++ newlib/libc/machine/visium/memcpy.c | 5 +++++ newlib/libc/machine/visium/memset.c | 6 +++++- newlib/libc/machine/xscale/memcpy.c | 2 ++ newlib/libc/machine/xscale/memset.c | 2 ++ newlib/libc/stdio/nano-vfscanf_float.c | 2 +- newlib/libc/stdio/vfscanf.c | 2 +- newlib/libc/stdio/vfwscanf.c | 2 +- newlib/libc/stdlib/strtod.c | 4 ++-- newlib/libc/stdlib/wcstod.c | 6 +++--- newlib/libc/string/memcpy.c | 2 ++ newlib/libm/math/sf_cos.c | 6 ------ 16 files changed, 36 insertions(+), 16 deletions(-)