This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.25/master in repository glibc.
from 595f287ae0 Synchronize support/ infrastructure with master new 74e1eb9078 x86-64: Verify that _dl_runtime_resolve preserves vector registers
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: ChangeLog | 23 +++++++++++ sysdeps/x86_64/Makefile | 20 +++++++-- 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 ++++++------ 10 files changed, 175 insertions(+), 68 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%)