This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 95e431c An optimized memchr was missing for AArch64. This version is [...] new d060cd0 Define wordsize.h macros everywhere
The 1 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 | 29 ++++++++++++++++++++++ bits/wordsize.h | 26 +++++++++++++++++++ .../strcspn-ppc64.c => aarch64/bits/wordsize.h} | 16 ++++++------ sysdeps/generic/stdint.h | 11 +++++--- sysdeps/gnu/bits/utmp.h | 4 +-- sysdeps/gnu/bits/utmpx.h | 2 +- sysdeps/mips/bits/wordsize.h | 10 +++++++- sysdeps/powerpc/powerpc32/bits/wordsize.h | 3 +++ sysdeps/powerpc/powerpc64/bits/wordsize.h | 3 +++ sysdeps/s390/s390-32/bits/wordsize.h | 3 +++ sysdeps/s390/s390-64/bits/wordsize.h | 3 +++ sysdeps/sparc/sparc32/bits/wordsize.h | 3 +++ sysdeps/sparc/sparc64/bits/wordsize.h | 3 +++ sysdeps/tile/tilegx/bits/wordsize.h | 3 +++ sysdeps/tile/tilepro/bits/wordsize.h | 3 ++- sysdeps/unix/sysv/linux/alpha/bits/wordsize.h | 1 + sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h | 3 +++ sysdeps/unix/sysv/linux/sparc/bits/wordsize.h | 2 ++ sysdeps/wordsize-32/bits/wordsize.h | 5 +++- sysdeps/wordsize-64/bits/wordsize.h | 3 ++- sysdeps/x86/bits/wordsize.h | 4 +++ 21 files changed, 123 insertions(+), 17 deletions(-) copy sysdeps/{powerpc/powerpc64/multiarch/strcspn-ppc64.c => aarch64/bits/wordsize [...]