This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 19f9f7f9d5 sysdeps: Add missing hidden definitions for i386 new 0d341d09f2 LoongArch: config: Added HAVE_LOONGARCH_VEC_ASM. new 7f079fdc16 LoongArch: Add vector implementation for _dl_runtime_resolve.
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: config.h.in | 5 + sysdeps/loongarch/configure | 28 +++++ sysdeps/loongarch/configure.ac | 15 +++ sysdeps/loongarch/dl-machine.h | 13 ++- sysdeps/loongarch/dl-trampoline.S | 84 +++----------- sysdeps/loongarch/dl-trampoline.h | 129 +++++++++++++++++++++ sysdeps/loongarch/ldsodefs.h | 1 + sysdeps/loongarch/sys/asm.h | 2 + sysdeps/loongarch/sys/regdef.h | 18 +++ sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h | 37 ++++++ .../sysv/linux/loongarch/cpu-features.h} | 22 ++-- 11 files changed, 275 insertions(+), 79 deletions(-) create mode 100644 sysdeps/loongarch/dl-trampoline.h create mode 100644 sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h copy sysdeps/{generic/set-freeres-system.h => unix/sysv/linux/loongarch/cpu-featur [...]