This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 3b5f801ddb Tweak realloc/MREMAP comment to be more accurate. new 1432d38ea0 x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]
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 | 36 ++++++++++ sysdeps/i386/dl-machine.h | 10 +-- sysdeps/i386/dl-procinfo.c | 21 +----- sysdeps/i386/dl-procinfo.h | 102 --------------------------- sysdeps/unix/sysv/linux/i386/dl-procinfo.h | 6 +- sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h | 2 +- sysdeps/x86/cpu-features.c | 48 +++++++++++++ sysdeps/x86/cpu-features.h | 15 ++++ sysdeps/x86/dl-hwcap.h | 75 ++++++++++++++++++++ sysdeps/x86/dl-procinfo.c | 38 +++++++++- sysdeps/{mips => x86}/dl-procinfo.h | 38 ++++------ sysdeps/x86_64/dl-machine.h | 10 +-- 12 files changed, 238 insertions(+), 163 deletions(-) delete mode 100644 sysdeps/i386/dl-procinfo.h create mode 100644 sysdeps/x86/dl-hwcap.h copy sysdeps/{mips => x86}/dl-procinfo.h (54%)