This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 65f55bb7e5 stdlib: Avoid strlen plt with clang new 0b8a996f44 riscv: Add RVV memset for both multiarch and non-multiarch builds
The 1 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: .../multiarch/dl-symbol-redir-ifunc.h | 4 +- .../{memcpy-generic.c => memset-generic.c} | 8 ++-- .../riscv/multiarch/memset-vector.S | 19 ++++---- sysdeps/riscv/preconfigure | 1 + sysdeps/riscv/preconfigure.ac | 1 + sysdeps/riscv/rv32/rvv/Implies | 2 + sysdeps/riscv/rv64/rvv/Implies | 2 + .../x86_64/x32/prctl.S => riscv/rvv/memset.S} | 54 ++++++++++++++-------- sysdeps/unix/sysv/linux/riscv/multiarch/Makefile | 3 ++ .../sysv/linux/riscv/multiarch/ifunc-impl-list.c | 22 +++++++-- .../linux/riscv/multiarch/{memcpy.c => memset.c} | 43 ++++++++--------- 11 files changed, 100 insertions(+), 59 deletions(-) copy sysdeps/{aarch64 => riscv}/multiarch/dl-symbol-redir-ifunc.h (92%) copy sysdeps/riscv/multiarch/{memcpy-generic.c => memset-generic.c} (83%) copy elf/tst-origin.c => sysdeps/riscv/multiarch/memset-vector.S (76%) create mode 100644 sysdeps/riscv/rv32/rvv/Implies create mode 100644 sysdeps/riscv/rv64/rvv/Implies copy sysdeps/{unix/sysv/linux/x86_64/x32/prctl.S => riscv/rvv/memset.S} (54%) copy sysdeps/unix/sysv/linux/riscv/multiarch/{memcpy.c => memset.c} (54%)