This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 46c1c765d1 Revert "linux: Move {f}xstat{at} to compat symbols" for stat [...] new 7a5ab88e21 x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072]
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/x86/Makefile | 14 +++ sysdeps/x86/tst-ifunc-isa-1-static.c | 1 + .../tst-platform-1.c => x86/tst-ifunc-isa-1.c} | 11 ++- sysdeps/x86/tst-ifunc-isa-2-static.c | 1 + .../tst-bz24228.c => sysdeps/x86/tst-ifunc-isa-2.c | 15 ++- sysdeps/x86/tst-ifunc-isa.h | 104 +++++++++++++++++++++ 6 files changed, 136 insertions(+), 10 deletions(-) create mode 100644 sysdeps/x86/tst-ifunc-isa-1-static.c copy sysdeps/{x86_64/tst-platform-1.c => x86/tst-ifunc-isa-1.c} (76%) create mode 100644 sysdeps/x86/tst-ifunc-isa-2-static.c copy libio/tst-bz24228.c => sysdeps/x86/tst-ifunc-isa-2.c (67%) create mode 100644 sysdeps/x86/tst-ifunc-isa.h