This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from cae21d17a MSP430: Fix calculation of string length in sbrk.c new 373f628d0 libm/riscv: Fix machine-specific sqrt build process new a0d7982ff libm/riscv: Use common fma code when necessary
The 2 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/libm/machine/riscv/Makefile.am | 2 +- newlib/libm/machine/riscv/Makefile.in | 22 +++++++++++----------- newlib/libm/machine/riscv/{s_sqrt.c => e_sqrt.c} | 6 ++---- newlib/libm/machine/riscv/{sf_sqrt.c => ef_sqrt.c} | 6 ++---- newlib/libm/machine/riscv/s_fma.c | 2 ++ newlib/libm/machine/riscv/sf_fma.c | 2 ++ 6 files changed, 20 insertions(+), 20 deletions(-) rename newlib/libm/machine/riscv/{s_sqrt.c => e_sqrt.c} (94%) rename newlib/libm/machine/riscv/{sf_sqrt.c => ef_sqrt.c} (94%)