This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from a9a0d219a Make .data section placement coincide with _fdata symbol new 5c86f0da5 RISC-V: Add size optimized memcpy, memmove, memset and strcmp. new 77ac27dcf RISC-V: Add _LITE_EXIT in crt0.S.
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: libgloss/riscv/crt0.S | 13 ++++++++ newlib/libc/machine/riscv/Makefile.am | 3 +- newlib/libc/machine/riscv/Makefile.in | 23 +++++++++++++- .../machine/riscv/{sys/string.h => memcpy-asm.S} | 29 +++++++++++------ newlib/libc/machine/riscv/memcpy.c | 5 +++ .../libc/machine/riscv/{ffs.c => memmove-stub.c} | 24 ++------------ .../libc/machine/riscv/{sys/string.h => memmove.S} | 37 ++++++++++++++++------ newlib/libc/machine/riscv/memset.S | 15 +++++++++ newlib/libc/machine/riscv/strcmp.S | 16 ++++++++++ 9 files changed, 122 insertions(+), 43 deletions(-) copy newlib/libc/machine/riscv/{sys/string.h => memcpy-asm.S} (58%) copy newlib/libc/machine/riscv/{ffs.c => memmove-stub.c} (61%) copy newlib/libc/machine/riscv/{sys/string.h => memmove.S} (52%)