This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8aa48656bb Fix CFLAGS override in sysdeps/ieee754/dbl-64 new ebd6f0076a Remove cancellation support for syscall generation
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 | 176 +++++++++++++++ sysdeps/unix/make-syscalls.sh | 4 - sysdeps/unix/syscall-template.S | 12 +- sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h | 97 +------- sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h | 139 +----------- sysdeps/unix/sysv/linux/arm/sysdep-cancel.h | 207 +---------------- sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h | 235 +------------------ sysdeps/unix/sysv/linux/i386/sysdep-cancel.h | 129 +---------- sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h | 203 +---------------- sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h | 115 +--------- sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h | 126 +---------- .../unix/sysv/linux/mips/mips64/sysdep-cancel.h | 249 --------------------- sysdeps/unix/sysv/linux/mips/sysdep-cancel.h | 166 +------------- sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h | 117 +--------- .../sysv/linux/powerpc/powerpc32/sysdep-cancel.h | 118 ---------- .../sysv/linux/powerpc/powerpc64/sysdep-cancel.h | 147 ------------ .../sysv/linux/powerpc/sysdep-cancel.h} | 20 +- .../unix/sysv/linux/s390/s390-32/sysdep-cancel.h | 115 +--------- .../unix/sysv/linux/s390/s390-64/sysdep-cancel.h | 117 +--------- sysdeps/unix/sysv/linux/sh/sysdep-cancel.h | 146 +----------- .../unix/sysv/linux/sparc/sparc32/sysdep-cancel.h | 111 --------- .../unix/sysv/linux/sparc/sparc64/sysdep-cancel.h | 109 --------- .../sysv/linux/sparc/sysdep-cancel.h} | 26 ++- sysdeps/unix/sysv/linux/tile/sysdep-cancel.h | 130 +---------- sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h | 74 +----- 25 files changed, 306 insertions(+), 2782 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h copy sysdeps/{powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c => unix/sysv/linux/po [...] delete mode 100644 sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h delete mode 100644 sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h copy sysdeps/{powerpc/powerpc64/fpu/multiarch/s_llroundf-ppc64.S => unix/sysv/linu [...]