This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.33/master in repository glibc.
from 8d4241b897 string: Work around GCC PR 98512 in rawmemchr new 33dc1dd602 ld.so: Implement the --list-diagnostics option new a1eb3915e7 x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfield new 71b2463f61 x86: Add CPU-specific diagnostics to ld.so --list-diagnostics
The 3 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: NEWS | 9 + elf/Makefile | 5 +- posix/sched_cpufree.c => elf/dl-diagnostics-cpu.c | 10 +- .../ia64/brk.c => elf/dl-diagnostics-kernel.c | 12 +- elf/dl-diagnostics.c | 265 +++++++++++++++++++++ elf/dl-diagnostics.h | 46 ++++ elf/dl-main.h | 5 +- elf/dl-usage.c | 1 + elf/rtld.c | 18 +- sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c | 77 ++++++ sysdeps/x86/dl-diagnostics-cpu.c | 116 +++++++++ .../cpu-features-preferred_feature_index_1.def | 31 +-- sysdeps/x86/include/cpu-features.h | 53 ++--- 13 files changed, 581 insertions(+), 67 deletions(-) copy posix/sched_cpufree.c => elf/dl-diagnostics-cpu.c (81%) copy sysdeps/unix/sysv/linux/ia64/brk.c => elf/dl-diagnostics-kernel.c (81%) create mode 100644 elf/dl-diagnostics.c create mode 100644 elf/dl-diagnostics.h create mode 100644 sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c create mode 100644 sysdeps/x86/dl-diagnostics-cpu.c copy elf/argv0test.c => sysdeps/x86/include/cpu-features-preferred_feature_index_1 [...]