This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from eaf4fc516a math: Update mips32/mips64 ulps for log2p1 new f14b6dfc87 x86: Remove HWCAP_START and HWCAP_COUNT new c5aa5fd40a elf: Remove loading legacy hwcaps/platform entries in dynami [...] new 8faada8302 elf: Remove _dl_string_platform new 374c8b4483 elf: Remove platform strings in dl-procinfo.c new ed23449dac elf: Remove _DL_HWCAP_PLATFORM new 43c7c5e62d elf: Remove _DL_FIRST_PLATFORM new 343439a31e elf: Remove _DL_PLATFORMS_COUNT new ad0aa1f549 elf: Remove LD_HWCAP_MASK / tunable glibc.cpu.hwcap_mask new e260ceb4aa elf: Remove HWCAP_IMPORTANT new 176671f604 linux: add definitions for hugetlb page size encodings new f6ea5d1291 Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.c
The 11 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: elf/dl-cache.c | 22 ++-------- elf/dl-diagnostics.c | 3 -- elf/dl-tunables.list | 7 --- elf/tst-env-setuid.c | 1 - manual/README.tunables | 12 +++--- manual/tunables.texi | 11 ----- sysdeps/alpha/dl-procinfo.c | 62 --------------------------- sysdeps/alpha/dl-procinfo.h | 24 ----------- sysdeps/csky/dl-procinfo.c | 62 --------------------------- sysdeps/csky/dl-procinfo.h | 23 ---------- sysdeps/generic/dl-procinfo.h | 8 ---- sysdeps/generic/unsecvars.h | 1 - sysdeps/mips/dl-procinfo.c | 49 +++------------------ sysdeps/mips/dl-procinfo.h | 24 ----------- sysdeps/powerpc/dl-procinfo.h | 8 ---- sysdeps/s390/dl-procinfo-s390.c | 6 --- sysdeps/s390/dl-procinfo.h | 29 ------------- sysdeps/sparc/dl-procinfo.h | 10 ----- sysdeps/sparc/sparc32/dl-machine.h | 6 --- sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h | 8 ---- sysdeps/unix/sysv/linux/arm/dl-procinfo.h | 7 --- sysdeps/unix/sysv/linux/bits/mman-linux.h | 21 ++++++++- sysdeps/unix/sysv/linux/bits/shm.h | 22 ++++++++++ sysdeps/unix/sysv/linux/dl-sysdep.c | 1 + sysdeps/unix/sysv/linux/tst-mman-consts.py | 8 ++-- sysdeps/x86/dl-hwcap.h | 25 ----------- sysdeps/x86/dl-procinfo.c | 21 +-------- sysdeps/x86/dl-procinfo.h | 22 ---------- sysdeps/x86_64/dl-procruntime.c | 5 +-- 29 files changed, 66 insertions(+), 442 deletions(-) delete mode 100644 sysdeps/alpha/dl-procinfo.c delete mode 100644 sysdeps/csky/dl-procinfo.c