This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 31073a53d8 powerpc: Fix signal handling in backtrace new 1711991592 Remove _IO_MTSAFE_IO from public headers. new 7c3018f9e4 Suppress internal declarations for most of the testsuite.
The 2 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 | 116 ++++++++++++++++++++++++++++++ Makeconfig | 3 +- Makefile | 4 +- Makerules | 53 +++++++++++--- Rules | 18 ++--- config.h.in | 11 --- elf/Makefile | 58 ++++++++------- elf/tst-env-setuid-tunables.c | 6 ++ include/errno.h | 2 +- include/libc-symbols.h | 68 +++++++++++++----- include/libio.h | 25 ++++--- include/math.h | 5 ++ include/stdio.h | 7 +- include/stdlib.h | 4 -- include/string.h | 10 +-- include/time.h | 4 -- include/unistd.h | 3 - include/wchar.h | 2 - inet/Makefile | 7 +- inet/tst-checks-posix.c | 1 - intl/tst-gettext2.c | 2 + libio/libio.h | 31 ++++---- malloc/Makefile | 6 +- math/test-signgam-finite-c99.c | 1 - math/test-signgam-main.c | 1 - misc/Makefile | 5 +- misc/sys/cdefs.h | 3 + nptl/Makefile | 31 ++++---- nss/Makefile | 4 +- posix/Makefile | 11 +-- stdlib/Makefile | 17 +++-- stdlib/tst-strtod.c | 67 +---------------- stdlib/tst-strtod1i.c | 84 ++++++++++++++++++++++ stdlib/tst-strtod5.c | 75 +++++++++---------- stdlib/{tst-strtod5.c => tst-strtod5i.c} | 28 +++++--- string/test-string.h | 11 +++ string/test-strstr.c | 1 + sunrpc/Makefile | 3 +- sysdeps/generic/stdio-lock.h | 1 + sysdeps/ia64/fpu/libm-symbols.h | 2 +- sysdeps/m68k/m680x0/fpu/bits/mathinline.h | 15 ++-- sysdeps/nptl/stdio-lock.h | 1 + sysdeps/powerpc/Makefile | 2 +- sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/x86_64/fpu/Makefile | 8 +++ sysdeps/x86_64/fpu/math-tests-arch.h | 8 +-- sysdeps/x86_64/multiarch/test-multiarch.c | 2 +- 47 files changed, 539 insertions(+), 291 deletions(-) create mode 100644 stdlib/tst-strtod1i.c copy stdlib/{tst-strtod5.c => tst-strtod5i.c} (62%)