This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 457bb77255 Update kernel version to 6.5 in header constant tests new 672b91ba10 Revert "LoongArch: Add glibc.cpu.hwcap support."
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: sysdeps/loongarch/Makefile | 4 -- sysdeps/loongarch/Versions | 5 -- sysdeps/loongarch/cpu-tunables.c | 89 ------------------------ sysdeps/loongarch/dl-get-cpu-features.c | 25 ------- sysdeps/loongarch/dl-machine.h | 27 ++----- sysdeps/loongarch/dl-tunables.list | 25 ------- sysdeps/unix/sysv/linux/loongarch/cpu-features.c | 29 -------- sysdeps/unix/sysv/linux/loongarch/cpu-features.h | 18 ++--- sysdeps/unix/sysv/linux/loongarch/dl-procinfo.c | 60 ---------------- sysdeps/unix/sysv/linux/loongarch/dl-sysdep.c | 21 ------ sysdeps/unix/sysv/linux/loongarch/libc-start.c | 34 --------- 11 files changed, 8 insertions(+), 329 deletions(-) delete mode 100644 sysdeps/loongarch/Versions delete mode 100644 sysdeps/loongarch/cpu-tunables.c delete mode 100644 sysdeps/loongarch/dl-get-cpu-features.c delete mode 100644 sysdeps/loongarch/dl-tunables.list delete mode 100644 sysdeps/unix/sysv/linux/loongarch/cpu-features.c delete mode 100644 sysdeps/unix/sysv/linux/loongarch/dl-procinfo.c delete mode 100644 sysdeps/unix/sysv/linux/loongarch/dl-sysdep.c delete mode 100644 sysdeps/unix/sysv/linux/loongarch/libc-start.c