This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/hypot-refactor in repository glibc.
discards ff83695315 math: Remove the error handling wrapper from hypot and hypotf discards e6bca7374f math: Use fmin/fmax on hypot discards 4e0d0a8f2e aarch64: Add math-use-builtins-f{max,min}.h discards 8946dd63ad math: Add math-use-builtinds-fmin.h discards e1706873b0 math: Add math-use-builtinds-fmax.h discards b2ae9b6eff i386: Move hypot implementation to C discards 5a19f0755a math: Remove powerpc e_hypot discards d664ceaf91 math: Use an improved algorithm for hypotl (ldbl-128) discards c9173bd9e8 math: Use an improved algorithm for hypotl (ldbl-96) discards 4d76239e99 math: Improve hypot performance with FMA discards e12b696f5a math: Use an improved algorithm for hypot (dbl-64) discards 99cb2db32e math: Simplify hypotf implementation adds b51eb35c57 AArch64: Optimize memcmp adds b31bd11454 AArch64: Improve A64FX memcpy adds 0656b649c5 elf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGING_ME [...] adds 23c77f6018 nptl: Increase default TCB alignment to 32 adds 4df1fa6ddc x86-64: Use notl in EVEX strcmp [BZ #28646] adds bada2e312a Add --with-timeoutfactor=NUM to specify TIMEOUTFACTOR adds c1cb2deeca elf: execve statically linked programs instead of crashing [ [...] adds 4fb4e7e821 csu: Always use __executable_start in gmon-start.c adds 68007900be misc, nptl: Remove stray references to __condvar_load_64_relaxed adds 00baddbb93 linux: Add generic syscall implementation adds a329f68f2e linux: Add generic ioctl implementation new bc1b90dd85 math: Simplify hypotf implementation new 1e4138fa39 math: Use an improved algorithm for hypot (dbl-64) new 45c6208295 math: Improve hypot performance with FMA new 5b29afa9e9 math: Use an improved algorithm for hypotl (ldbl-96) new 994cf7fde5 math: Use an improved algorithm for hypotl (ldbl-128) new 3511b070f3 i386: Move hypot implementation to C new 9a54dd8627 math: Remove powerpc e_hypot new 3435a48da1 math: Add math-use-builtinds-fmax.h new 77e80a9d4c math: Add math-use-builtinds-fmin.h new 4102ccd09b aarch64: Add math-use-builtins-f{max,min}.h new 0b4dc71448 math: Use fmin/fmax on hypot new 933db3cab7 math: Remove the error handling wrapper from hypot and hypotf
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 (ff83695315) \ N -- N -- N refs/heads/azanella/hypot-refactor (933db3cab7)
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 12 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: INSTALL | 5 + NEWS | 4 + config.h.in | 3 + configure | 16 + configure.ac | 7 + csu/gmon-start.c | 29 +- elf/Makefile | 3 + elf/elf.h | 6 + elf/rtld.c | 50 +- elf/tst-rtld-run-static.c | 62 +++ manual/install.texi | 5 + misc/atomic_wide_counter.c | 4 +- nptl/descr.h | 4 +- nptl/pthread_cond_common.c | 2 +- nptl/tst-tls3mod.c | 1 + string/test-strcmp.c | 28 ++ support/support_test_main.c | 2 +- sysdeps/aarch64/fpu/math-use-builtins-fmax.h | 2 +- sysdeps/aarch64/memcmp.S | 241 +++++---- sysdeps/aarch64/multiarch/memcpy_a64fx.S | 546 +++++++++------------ sysdeps/aarch64/nptl/pthreaddef.h | 3 - sysdeps/alpha/nptl/pthreaddef.h | 3 - sysdeps/arc/nptl/pthreaddef.h | 3 - sysdeps/arm/nptl/pthreaddef.h | 3 - sysdeps/csky/nptl/pthreaddef.h | 3 - elf/tst-audit17.c => sysdeps/generic/dl-execve.h | 10 +- sysdeps/hppa/entry.h | 13 - sysdeps/i386/fpu/e_hypot.c | 2 +- sysdeps/ia64/entry.h | 13 - sysdeps/ia64/nptl/pthreaddef.h | 3 - sysdeps/ieee754/dbl-64/e_hypot.c | 11 +- sysdeps/ieee754/flt-32/e_hypotf.c | 12 +- sysdeps/ieee754/ldbl-128/e_hypotl.c | 41 +- sysdeps/ieee754/ldbl-96/e_hypotl.c | 41 +- sysdeps/m68k/nptl/pthreaddef.h | 3 - sysdeps/microblaze/nptl/pthreaddef.h | 3 - sysdeps/mips/nptl/pthreaddef.h | 3 - sysdeps/nios2/nptl/pthreaddef.h | 3 - sysdeps/powerpc/nptl/pthreaddef.h | 3 - sysdeps/powerpc/powerpc64/entry.h | 37 -- sysdeps/riscv/nptl/pthreaddef.h | 3 - sysdeps/s390/nptl/pthreaddef.h | 3 - sysdeps/sh/nptl/pthreaddef.h | 3 - sysdeps/sparc/sparc32/pthreaddef.h | 3 - sysdeps/sparc/sparc64/pthreaddef.h | 4 - sysdeps/unix/sysdep.h | 20 + .../unix/sysv/linux/dl-execve.h | 12 +- sysdeps/unix/sysv/linux/hppa/syscall.c | 65 --- .../{nios2/kernel_stat.h => internal-ioctl.h} | 12 +- {misc => sysdeps/unix/sysv/linux}/ioctl.c | 35 +- .../linux/powerpc/{ioctl.c => internal-ioctl.h} | 42 +- sysdeps/unix/sysv/linux/riscv/syscall.c | 4 +- .../bsd-_setjmp.S => unix/sysv/linux/syscall.c} | 34 +- sysdeps/x86_64/multiarch/strcmp-evex.S | 14 +- 54 files changed, 702 insertions(+), 785 deletions(-) create mode 100644 elf/tst-rtld-run-static.c copy elf/tst-audit17.c => sysdeps/generic/dl-execve.h (83%) delete mode 100644 sysdeps/hppa/entry.h delete mode 100644 sysdeps/ia64/entry.h delete mode 100644 sysdeps/powerpc/powerpc64/entry.h copy elf/tst-auxvalmod.c => sysdeps/unix/sysv/linux/dl-execve.h (78%) delete mode 100644 sysdeps/unix/sysv/linux/hppa/syscall.c copy sysdeps/unix/sysv/linux/{nios2/kernel_stat.h => internal-ioctl.h} (74%) copy {misc => sysdeps/unix/sysv/linux}/ioctl.c (56%) rename sysdeps/unix/sysv/linux/powerpc/{ioctl.c => internal-ioctl.h} (55%) copy sysdeps/{arm/bsd-_setjmp.S => unix/sysv/linux/syscall.c} (56%)