This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch sthibaul/hurd-builds in repository glibc.
discards 77d43b1ef9 Plug htl discards 554be7984b Import Hurd libpthread git snapshot 3931478319b3 discards a35d3a4a24 hurd: Add libphread.so ABI file discards 9e42952f19 t2.25/tls discards 2be76feb8a t/tls discards 778f865240 t/posix_thread discards f9879926e4 t/libpthread_depends 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). adds ffec7b2740 Use x86_64 backtrace as generic version. adds a44061398c Remove unused frame.h header, sigcontextinfo.h macros. adds cd66c0e584 Fix i386 memmove issue (bug 22644). adds b8114edd3c Add $(tests-execstack-$(have-z-execstack)) after defined [BZ [...] adds fa97d2ab5b hurd: Fix accessing errno from rtld adds bcfa607b26 hurd: Initialize TLS and libpthread before signal thread start adds 37be82a03f Add missing changelog from previous commit adds 978a6803e2 hurd: Fix calling __pthread_initialize_minimal in shared case new 992059d20f t/libpthread_depends new caa5b861dd t/posix_thread new c001174a4a hurd: Add libphread.so ABI file new 8df120a303 Import Hurd libpthread git snapshot 3931478319b3 new 007966abdb Plug htl
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 (77d43b1ef9) \ N -- N -- N refs/heads/sthibaul/hurd-builds (007966abdb)
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 5 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 | 241 + NEWS | 3 + benchtests/bench-timing.h | 1 + csu/libc-start.c | 4 +- debug/backtrace.c | 158 +- elf/Makefile | 3 +- elf/elf.h | 3 + hurd/hurdlock.c | 79 +- include/errno.h | 16 +- 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 + stdlib/random_r.c | 9 +- string/test-memmove.c | 58 + sysdeps/aarch64/backtrace.c | 1 - sysdeps/alpha/backtrace.c | 1 - sysdeps/arm/frame.h | 27 - sysdeps/generic/ldsodefs.h | 2 +- sysdeps/generic/libc-start.h | 1 + sysdeps/generic/sigcontextinfo.h | 5 - sysdeps/gnu/errlist.c | 32 +- sysdeps/hppa/backtrace.c | 1 - sysdeps/i386/fpu/s_f32xsubf64.c | 41 + .../i386/i686/multiarch/memcpy-sse2-unaligned.S | 12 +- sysdeps/ia64/backtrace.c | 1 - .../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 + .../frame.h => ieee754/ldbl-opt/nldbl-dsub.c} | 21 +- .../frame.h => ieee754/ldbl-opt/nldbl-fsub.c} | 17 +- 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/mach/hurd/errno-loc.c | 12 +- sysdeps/mach/hurd/i386/init-first.c | 73 +- sysdeps/mach/hurd/i386/libm.abilist | 13 + sysdeps/mach/hurd/i386/sigcontextinfo.h | 5 - sysdeps/{generic => mach/hurd}/libc-start.h | 3 +- sysdeps/mips/backtrace.c | 1 - sysdeps/nios2/backtrace.c | 1 - sysdeps/powerpc/bits/mathinline.h | 14 - sysdeps/powerpc/fpu/libm-test-ulps | 4 + sysdeps/riscv/backtrace.c | 1 - sysdeps/sh/backtrace.c | 1 - sysdeps/sparc/fpu/bits/mathinline.h | 57 - sysdeps/tile/backtrace.c | 1 - sysdeps/unix/sysv/linux/aarch64/libm.abilist | 13 + sysdeps/unix/sysv/linux/alpha/libm.abilist | 14 + sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h | 5 - sysdeps/unix/sysv/linux/arm/libm.abilist | 6 + sysdeps/unix/sysv/linux/arm/sigcontextinfo.h | 9 - sysdeps/unix/sysv/linux/hppa/libm.abilist | 6 + sysdeps/unix/sysv/linux/i386/libm.abilist | 13 + sysdeps/unix/sysv/linux/i386/sigcontextinfo.h | 30 - sysdeps/unix/sysv/linux/ia64/libm.abilist | 13 + sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h | 6 - sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist | 6 + sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist | 6 + sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h | 5 - sysdeps/unix/sysv/linux/microblaze/libm.abilist | 6 + .../unix/sysv/linux/microblaze/sigcontextinfo.h | 5 - sysdeps/unix/sysv/linux/mips/mips32/libm.abilist | 6 + sysdeps/unix/sysv/linux/mips/mips64/libm.abilist | 13 + sysdeps/unix/sysv/linux/mips/sigcontextinfo.h | 10 - sysdeps/unix/sysv/linux/nios2/libm.abilist | 6 + sysdeps/unix/sysv/linux/powerpc/libc-start.h | 1 + .../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/powerpc/sigcontextinfo.h | 5 - sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist | 13 + sysdeps/unix/sysv/linux/riscv/sigcontextinfo.h | 6 - sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist | 14 + sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist | 14 + sysdeps/unix/sysv/linux/s390/sigcontextinfo.h | 5 - sysdeps/unix/sysv/linux/sh/libm.abilist | 6 + sysdeps/unix/sysv/linux/sh/sigcontextinfo.h | 5 - sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist | 14 + .../unix/sysv/linux/sparc/sparc32/sigcontextinfo.h | 11 - sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist | 13 + .../unix/sysv/linux/sparc/sparc64/sigcontextinfo.h | 8 - sysdeps/unix/sysv/linux/tile/sigcontextinfo.h | 5 - 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/sigcontextinfo.h | 8 - sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist | 13 + sysdeps/x86_64/backtrace.c | 134 - 110 files changed, 25043 insertions(+), 644 deletions(-) create mode 100644 math/auto-libm-test-out-narrow-sub create mode 100644 math/libm-test-narrow-sub.inc delete mode 100644 sysdeps/aarch64/backtrace.c delete mode 100644 sysdeps/alpha/backtrace.c delete mode 100644 sysdeps/arm/frame.h delete mode 100644 sysdeps/hppa/backtrace.c create mode 100644 sysdeps/i386/fpu/s_f32xsubf64.c delete mode 100644 sysdeps/ia64/backtrace.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%) rename sysdeps/{hppa/frame.h => ieee754/ldbl-opt/nldbl-dsub.c} (67%) rename sysdeps/{generic/frame.h => ieee754/ldbl-opt/nldbl-fsub.c} (73%) 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 copy sysdeps/{generic => mach/hurd}/libc-start.h (94%) delete mode 100644 sysdeps/mips/backtrace.c delete mode 100644 sysdeps/nios2/backtrace.c delete mode 100644 sysdeps/riscv/backtrace.c delete mode 100644 sysdeps/sh/backtrace.c delete mode 100644 sysdeps/sparc/fpu/bits/mathinline.h delete mode 100644 sysdeps/tile/backtrace.c delete mode 100644 sysdeps/x86_64/backtrace.c