This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/wip-sibcall-macros in repository glibc.
discards db7252fe67 WIP: Introduce pt-compat-stubs and use it to replace pt-vfork. adds 0f652f053e hurd: Fix build with latest htl adds fbce6f7260 Undefine attribute_hidden to fix benchtests adds d473f01520 Add SHT_X86_64_UNWIND to elf.h (bug 20079). adds 8d3f9e85cf Add narrowing subtract functions. adds 79962d89a9 hurd: Code style fixes adds ceb54b9b4f Fix errno values adds 8a07b0c43c Fix signed integer overflow in random_r (bug 17343). adds d0c5d731af Remove powerpc, sparc fdim inlines (bug 22987). new 0266547ef8 RFC: Introduce pt-compat-stubs and use it to replace pt-vfork.
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (db7252fe67) \ N -- N -- N refs/heads/zack/wip-sibcall-macros (0266547ef8)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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 | 100 + NEWS | 3 + benchtests/bench-timing.h | 1 + elf/elf.h | 3 + hurd/hurdlock.c | 79 +- hurd/hurdsig.c | 2 +- mach/lowlevellock.h | 10 +- manual/arith.texi | 19 + manual/errno.texi | 10 - math/Makefile | 4 +- math/Versions | 5 + math/auto-libm-test-in | 95 + math/auto-libm-test-out-narrow-sub | 23487 +++++++++++++++++++ math/bits/mathcalls-narrow.h | 3 + math/gen-auto-libm-tests.c | 1 + math/libm-test-narrow-sub.inc | 179 + math/math-narrow.h | 58 + posix/vfork.c | 6 +- stdlib/random_r.c | 9 +- sysdeps/generic/pt-compat-stubs.S | 6 +- sysdeps/gnu/errlist.c | 32 +- sysdeps/hppa/sysdep.h | 2 +- sysdeps/i386/fpu/s_f32xsubf64.c | 41 + sysdeps/ia64/sysdep.h | 3 +- .../ieee754/dbl-64/s_f32xsubf64.c | 18 +- .../ieee754/dbl-64/s_fsub.c | 22 +- sysdeps/ieee754/float128/float128_private.h | 2 + sysdeps/ieee754/float128/s_f32subf128.c | 6 + sysdeps/ieee754/float128/s_f64subf128.c | 10 + sysdeps/ieee754/float128/s_f64xsubf128.c | 2 + .../ieee754/ldbl-128/s_dsubl.c | 25 +- .../ieee754/ldbl-128/s_f64xsubf128.c | 26 +- .../ieee754/ldbl-128/s_fsubl.c | 21 +- .../ieee754/ldbl-128ibm/s_dsubl.c | 15 +- .../ieee754/ldbl-128ibm/s_fsubl.c | 15 +- .../ieee754/ldbl-96/s_dsubl.c | 21 +- .../ieee754/ldbl-96/s_fsubl.c | 19 +- sysdeps/ieee754/ldbl-opt/Makefile | 5 +- sysdeps/ieee754/ldbl-opt/Versions | 2 +- sysdeps/ieee754/ldbl-opt/nldbl-compat.h | 1 + .../ieee754/ldbl-opt/nldbl-dsub.c | 16 +- .../ieee754/ldbl-opt/nldbl-fsub.c | 16 +- sysdeps/ieee754/soft-fp/s_dsubl.c | 59 + sysdeps/ieee754/soft-fp/s_fsub.c | 56 + sysdeps/ieee754/soft-fp/s_fsubl.c | 55 + sysdeps/m68k/sysdep.h | 2 +- sysdeps/mach/hurd/errno-loc.c | 12 +- sysdeps/mach/hurd/i386/libm.abilist | 13 + sysdeps/powerpc/bits/mathinline.h | 14 - sysdeps/powerpc/fpu/libm-test-ulps | 4 + sysdeps/powerpc/powerpc32/sysdep.h | 1 - sysdeps/powerpc/powerpc64/sysdep.h | 6 +- sysdeps/sh/sysdep.h | 13 +- sysdeps/sparc/fpu/bits/mathinline.h | 57 - sysdeps/unix/mips/mips64/n32/sysdep.h | 2 + sysdeps/unix/sysv/linux/aarch64/libm.abilist | 13 + sysdeps/unix/sysv/linux/alpha/libm.abilist | 14 + sysdeps/unix/sysv/linux/arm/libm.abilist | 6 + sysdeps/unix/sysv/linux/hppa/libm.abilist | 6 + sysdeps/unix/sysv/linux/i386/libm.abilist | 13 + sysdeps/unix/sysv/linux/ia64/libm.abilist | 13 + sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist | 6 + sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist | 6 + sysdeps/unix/sysv/linux/microblaze/libm.abilist | 6 + sysdeps/unix/sysv/linux/mips/mips32/libm.abilist | 6 + sysdeps/unix/sysv/linux/mips/mips64/libm.abilist | 13 + sysdeps/unix/sysv/linux/nios2/libm.abilist | 6 + .../sysv/linux/powerpc/powerpc32/fpu/libm.abilist | 7 + .../linux/powerpc/powerpc32/nofpu/libm.abilist | 7 + .../sysv/linux/powerpc/powerpc64/libm-le.abilist | 14 + .../unix/sysv/linux/powerpc/powerpc64/libm.abilist | 7 + sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist | 13 + sysdeps/unix/sysv/linux/riscv/sysdep.h | 3 +- sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist | 14 + sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist | 14 + sysdeps/unix/sysv/linux/sh/libm.abilist | 6 + sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist | 14 + sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist | 13 + sysdeps/unix/sysv/linux/tile/tilegx32/libm.abilist | 6 + sysdeps/unix/sysv/linux/tile/tilegx64/libm.abilist | 6 + sysdeps/unix/sysv/linux/x86_64/64/libm.abilist | 13 + sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist | 13 + 82 files changed, 24707 insertions(+), 245 deletions(-) create mode 100644 math/auto-libm-test-out-narrow-sub create mode 100644 math/libm-test-narrow-sub.inc create mode 100644 sysdeps/i386/fpu/s_f32xsubf64.c copy math/bits/mathcalls-narrow.h => sysdeps/ieee754/dbl-64/s_f32xsubf64.c (74%) copy math/bits/mathcalls-narrow.h => sysdeps/ieee754/dbl-64/s_fsub.c (66%) create mode 100644 sysdeps/ieee754/float128/s_f32subf128.c create mode 100644 sysdeps/ieee754/float128/s_f64subf128.c create mode 100644 sysdeps/ieee754/float128/s_f64xsubf128.c copy math/bits/mathcalls-narrow.h => sysdeps/ieee754/ldbl-128/s_dsubl.c (60%) copy math/bits/mathcalls-narrow.h => sysdeps/ieee754/ldbl-128/s_f64xsubf128.c (55%) copy math/bits/mathcalls-narrow.h => sysdeps/ieee754/ldbl-128/s_fsubl.c (66%) copy math/bits/mathcalls-narrow.h => sysdeps/ieee754/ldbl-128ibm/s_dsubl.c (76%) copy math/bits/mathcalls-narrow.h => sysdeps/ieee754/ldbl-128ibm/s_fsubl.c (76%) copy math/bits/mathcalls-narrow.h => sysdeps/ieee754/ldbl-96/s_dsubl.c (66%) copy math/bits/mathcalls-narrow.h => sysdeps/ieee754/ldbl-96/s_fsubl.c (69%) copy math/bits/mathcalls-narrow.h => sysdeps/ieee754/ldbl-opt/nldbl-dsub.c (76%) copy math/bits/mathcalls-narrow.h => sysdeps/ieee754/ldbl-opt/nldbl-fsub.c (76%) create mode 100644 sysdeps/ieee754/soft-fp/s_dsubl.c create mode 100644 sysdeps/ieee754/soft-fp/s_fsub.c create mode 100644 sysdeps/ieee754/soft-fp/s_fsubl.c delete mode 100644 sysdeps/sparc/fpu/bits/mathinline.h