This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository glibc.
from a27a4f4721 Y2038: provide size of default time_t for target architecture new 2954daf00b Add more checks for valid ld.so.cache file (bug 18093) new 2a973ab7f1 posix: Add internal symbols for posix_spawn interface new 97d91fccc8 Fix date typo in ChangeLog new d51f99ce80 Y2038: Add 64-bit time for all architectures new b71ac2b9ce Use gen-libm-test.py to generate ulps table for manual. new d026efea0f hurd: XFAIL absence of C11 threads implementation new 41432ebe15 elf: Fix the ld flags not be applied to tst-execstack-mod.so new 5b784e8834 Add new ELF note types from Linux 4.19 to elf.h. new 7c5e34d7f1 conform: XFAIL siginfo_t si_band test on sparc64 new fe61f17cfc Add IN_MASK_CREATE from Linux 4.19 to sys/inotify.h.
The 10 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 | 93 ++++++++++ INSTALL | 5 +- NEWS | 2 +- .../linux/mips/bits/msq-pad.h => bits/time64.h | 23 ++- conform/data/signal.h-data | 3 +- conform/data/sys/wait.h-data | 3 +- elf/Makefile | 2 +- elf/cache.c | 5 + elf/dl-cache.c | 5 +- elf/elf.h | 2 + include/spawn.h | 35 ++++ include/time.h | 6 +- manual/Makefile | 12 +- manual/install.texi | 5 +- manual/libm-err-tab.pl | 206 --------------------- math/gen-libm-test.py | 96 ++++++++++ posix/bits/types.h | 8 + posix/spawn.c | 1 + posix/spawn_faction_addclose.c | 6 +- posix/spawn_faction_adddup2.c | 6 +- posix/spawn_faction_destroy.c | 4 +- posix/spawn_faction_init.c | 3 +- posix/spawnattr_destroy.c | 3 +- posix/spawnattr_init.c | 3 +- posix/spawnattr_setdefault.c | 5 +- posix/spawnattr_setflags.c | 3 +- posix/spawnattr_setsigmask.c | 3 +- stdlib/Makefile | 2 +- sysdeps/mach/hurd/i386/Makefile | 4 + sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h | 7 +- sysdeps/unix/sysv/linux/sparc/sparc64/Makefile | 5 + sysdeps/unix/sysv/linux/sys/inotify.h | 1 + time/tzfile.c | 18 +- 33 files changed, 328 insertions(+), 257 deletions(-) copy sysdeps/unix/sysv/linux/mips/bits/msq-pad.h => bits/time64.h (60%) delete mode 100755 manual/libm-err-tab.pl