This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from d6fa317099 Add NEWS entry for ftime compatibility move new 0f09154c64 x86: Initialize CPU info via IFUNC relocation [BZ 26203]
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/i386/dl-machine.h | 7 +- sysdeps/x86/cacheinfo.c | 868 +------------------------------ sysdeps/x86/{cacheinfo.c => cacheinfo.h} | 510 +----------------- sysdeps/x86/cpu-features.c | 12 +- sysdeps/x86/dl-cacheinfo.h | 478 +++++++++++++++++ sysdeps/x86/dl-get-cpu-features.c | 27 +- sysdeps/x86/include/cpu-features.h | 1 + sysdeps/x86/libc-start.c | 1 - sysdeps/x86_64/dl-machine.h | 7 +- 9 files changed, 546 insertions(+), 1365 deletions(-) copy sysdeps/x86/{cacheinfo.c => cacheinfo.h} (50%) create mode 100644 sysdeps/x86/dl-cacheinfo.h