This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 97a912f7a8 linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991) new b46d250656 Remove kernel version check new c628c22963 elf: Remove ldconfig kernel version check new d2db60d8d8 Remove dl-librecon.h header.
The 3 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: NEWS | 7 ++ config.h.in | 3 + csu/libc-start.c | 8 --- csu/version.c | 3 + elf/cache.c | 56 +++------------- elf/dl-cache.c | 3 - elf/dl-diagnostics.c | 5 -- elf/dl-load.c | 95 +++++----------------------- elf/dl-support.c | 12 ---- elf/ldconfig.c | 22 ++----- elf/readelflib.c | 51 +-------------- elf/readlib.c | 9 ++- elf/rtld.c | 40 +----------- sysdeps/generic/dl-cache.h | 2 +- sysdeps/generic/dl-librecon.h | 24 ------- sysdeps/generic/ldconfig.h | 14 ++-- sysdeps/generic/ldsodefs.h | 9 --- sysdeps/unix/sysv/linux/arm/readelflib.c | 18 +++--- sysdeps/unix/sysv/linux/configure | 5 ++ sysdeps/unix/sysv/linux/configure.ac | 2 + sysdeps/unix/sysv/linux/dl-librecon.h | 59 ----------------- sysdeps/unix/sysv/linux/dl-osinfo.h | 25 -------- sysdeps/unix/sysv/linux/dl-sysdep.c | 93 --------------------------- sysdeps/unix/sysv/linux/dl-sysdep.h | 7 -- sysdeps/unix/sysv/linux/i386/dl-librecon.h | 61 ------------------ sysdeps/unix/sysv/linux/ia64/readelflib.c | 18 +++--- sysdeps/unix/sysv/linux/m68k/dl-librecon.h | 1 - sysdeps/unix/sysv/linux/mips/readelflib.c | 18 +++--- sysdeps/unix/sysv/linux/powerpc/readelflib.c | 18 +++--- sysdeps/unix/sysv/linux/riscv/readelflib.c | 18 +++--- sysdeps/unix/sysv/linux/s390/readelflib.c | 18 +++--- sysdeps/unix/sysv/linux/sparc/readelflib.c | 18 +++--- sysdeps/unix/sysv/linux/x86/readelflib.c | 18 +++--- 33 files changed, 128 insertions(+), 632 deletions(-) delete mode 100644 sysdeps/generic/dl-librecon.h delete mode 100644 sysdeps/unix/sysv/linux/dl-librecon.h delete mode 100644 sysdeps/unix/sysv/linux/i386/dl-librecon.h delete mode 100644 sysdeps/unix/sysv/linux/m68k/dl-librecon.h