This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.23/master in repository glibc.
from d990d79610 i686: Add missing IS_IN (libc) guards to vectorized strcspn new 4401ec26af X86-64: Correct CFA in _dl_runtime_resolve new bc566388d6 Avoid .symver on common symbols [BZ #21666] new 93710f5174 x86-64: Verify that _dl_runtime_resolve preserves vector registers
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: ChangeLog | 36 ++++++++++++++++ misc/regexp.c | 9 ++-- sysdeps/x86_64/Makefile | 18 +++++++- sysdeps/x86_64/dl-trampoline.h | 2 + sysdeps/x86_64/{tst-audit4-aux.c => tst-avx-aux.c} | 26 ++++++++---- sysdeps/x86_64/{tst-audit4.c => tst-avx.c} | 6 +-- .../x86_64/{tst-audit10-aux.c => tst-avx512-aux.c} | 35 +++++++++------- sysdeps/x86_64/{tst-audit10.c => tst-avx512.c} | 6 +-- sysdeps/x86_64/tst-avx512mod.c | 48 ++++++++++++++++++++++ sysdeps/x86_64/{tst-auditmod4a.c => tst-avxmod.c} | 24 +++++------ sysdeps/{i386/tst-audit3.c => x86_64/tst-sse.c} | 29 ++++++++----- sysdeps/x86_64/{tst-auditmod5a.c => tst-ssemod.c} | 26 ++++++------ 12 files changed, 195 insertions(+), 70 deletions(-) copy sysdeps/x86_64/{tst-audit4-aux.c => tst-avx-aux.c} (62%) copy sysdeps/x86_64/{tst-audit4.c => tst-avx.c} (92%) copy sysdeps/x86_64/{tst-audit10-aux.c => tst-avx512-aux.c} (51%) copy sysdeps/x86_64/{tst-audit10.c => tst-avx512.c} (92%) create mode 100644 sysdeps/x86_64/tst-avx512mod.c copy sysdeps/x86_64/{tst-auditmod4a.c => tst-avxmod.c} (75%) copy sysdeps/{i386/tst-audit3.c => x86_64/tst-sse.c} (55%) copy sysdeps/x86_64/{tst-auditmod5a.c => tst-ssemod.c} (52%)