This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from d08dec4ea7 malloc: Use uintptr_t for pointer alignment new d227fd53cb Apply asm redirection in not-cancel before first use new 6ee5a9767a intl: Fix clang -Wunused-but-set-variable on plural.c new 5c5a8b99cf Disable use of -fsignaling-nans if compiler does not support it new 8d98c7c00f configure: Use -Wno-ignored-attributes if compiler warns abo [...] new 34b358eb03 alloc_buffer: Apply asm redirection before first use new 8161978f89 allocate_once: Apply asm redirection before first use new 3d8b5dde87 nptl: Fix pthread_create.c build with clang
The 7 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: argp/Makefile | 7 +-- benchtests/Makefile | 6 +-- configure | 51 ++++++++++++++++++++++ configure.ac | 32 ++++++++++++++ dirent/Makefile | 1 + include/alloc_buffer.h | 23 ++++++---- include/allocate_once.h | 7 ++- inet/Makefile | 3 ++ intl/Makefile | 3 +- io/Makefile | 18 ++++---- libio/Makefile | 14 ++++-- login/Makefile | 1 + math/Makefile | 19 ++++---- math/libm-test-fpclassify.inc | 2 + math/libm-test-isfinite.inc | 2 + math/libm-test-isinf.inc | 2 + math/libm-test-isnan.inc | 2 + math/libm-test-isnormal.inc | 2 + math/libm-test-issubnormal.inc | 2 + math/libm-test-iszero.inc | 2 + math/test-snan.c | 10 ++++- misc/Makefile | 2 + nptl/pthread_create.c | 6 ++- posix/Makefile | 6 +-- resolv/Makefile | 1 + resource/Makefile | 3 ++ socket/Makefile | 10 ++--- stdio-common/Makefile | 2 + stdlib/Makefile | 12 +++++ string/Makefile | 9 ++++ sysdeps/aarch64/Makefile | 1 + sysdeps/arm/Makefile | 4 ++ sysdeps/powerpc/nofpu/Makefile | 24 +++++----- .../powerpc32/power4/fpu/multiarch/Makefile | 4 +- .../powerpc/powerpc64/be/fpu/multiarch/Makefile | 4 +- .../powerpc/powerpc64/le/fpu/multiarch/Makefile | 4 +- sysdeps/unix/sysv/linux/not-cancel.h | 30 ++++++------- sysdeps/wordsize-64/Makefile | 5 +++ termios/Makefile | 1 + time/Makefile | 1 + wcsmbs/Makefile | 24 ++++++---- wctype/Makefile | 2 + 42 files changed, 273 insertions(+), 91 deletions(-)