This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 0bfd91d57 Cygwin: console: tty::restore really restores the previous mode new c3b9bb173 newlib: riscv: Add XLEN typedef and clean up types new abb595ab0 newlib: riscv: Optimize strlen() new 05521f91d newlib: riscv: Add stpcpy() port new 764dbcafb newlib: regenerate Makefile.in
The 4 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/Makefile.in | 21 ++++++- newlib/libc/machine/riscv/Makefile.inc | 2 +- newlib/libc/machine/riscv/stpcpy.c | 7 +++ newlib/libc/machine/riscv/strcpy.c | 52 +--------------- newlib/libc/machine/riscv/strlen.c | 48 +++++++++------ newlib/libc/machine/riscv/sys/asm.h | 4 ++ newlib/libc/machine/riscv/sys/string.h | 107 ++++++++++++++++++++++++++++++++- 7 files changed, 168 insertions(+), 73 deletions(-) create mode 100644 newlib/libc/machine/riscv/stpcpy.c