This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c24480c powerpc: Fix --disable-multi-arch build on POWER8 new af0cfba Fix dbl-64 acos (sNaN) (bug 20212). new 4e77815 Consolidate preadv/preadv64 implementation new af5fdf5 Consolidate pwritev/pwritev64 implementations
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: ChangeLog | 63 +++++++++++++++ math/libm-test.inc | 2 + misc/Makefile | 4 + nptl/tst-cancel4.c | 92 ++++++++++++++++++++++ sysdeps/ieee754/dbl-64/e_asin.c | 2 +- .../unix/sysv/linux/generic/wordsize-32/preadv.c | 38 --------- .../unix/sysv/linux/generic/wordsize-32/preadv64.c | 38 --------- .../unix/sysv/linux/generic/wordsize-32/pwritev.c | 37 --------- .../sysv/linux/generic/wordsize-32/pwritev64.c | 38 --------- sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c | 1 - .../unix/sysv/linux/mips/mips64/n64/pwritev64.c | 1 - sysdeps/unix/sysv/linux/preadv.c | 77 ++++++------------ sysdeps/unix/sysv/linux/preadv64.c | 59 ++++++++++++-- sysdeps/unix/sysv/linux/pwritev.c | 77 ++++++------------ sysdeps/unix/sysv/linux/pwritev64.c | 59 ++++++++++++-- sysdeps/unix/sysv/linux/wordsize-64/preadv.c | 64 --------------- sysdeps/unix/sysv/linux/wordsize-64/preadv64.c | 1 - sysdeps/unix/sysv/linux/wordsize-64/pwritev.c | 64 --------------- sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c | 1 - sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list | 2 - 20 files changed, 320 insertions(+), 400 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c delete mode 100644 sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c delete mode 100644 sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c delete mode 100644 sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c delete mode 100644 sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c delete mode 100644 sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/preadv.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/preadv64.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/pwritev.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c