This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c2adefbafc login: Add nonstring attributes to struct utmp, struct utmpx [...] new 42760d7646 Make totalorder and totalordermag functions take pointer arguments.
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 | 155 +++++++ NEWS | 7 +- include/float.h | 4 +- include/setjmp.h | 10 +- manual/arith.texi | 30 +- math/Makefile | 23 +- math/Versions | 11 + math/bits/mathcalls.h | 5 +- math/gen-tgmath-tests.py | 2 - ...st-cbrt.inc => libm-test-compat_totalorder.inc} | 39 +- ...cabs.inc => libm-test-compat_totalordermag.inc} | 42 +- math/libm-test-driver.c | 23 +- math/libm-test-totalorder.inc | 454 +++++++++++---------- math/libm-test-totalordermag.inc | 454 +++++++++++---------- math/test-tgmath.c | 22 +- math/tgmath.h | 24 -- sysdeps/ieee754/dbl-64/s_totalorder.c | 33 +- sysdeps/ieee754/dbl-64/s_totalordermag.c | 33 +- sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c | 33 +- .../ieee754/dbl-64/wordsize-64/s_totalordermag.c | 33 +- sysdeps/ieee754/float128/float128_private.h | 2 + sysdeps/ieee754/flt-32/s_totalorderf.c | 33 +- sysdeps/ieee754/flt-32/s_totalordermagf.c | 33 +- sysdeps/ieee754/ldbl-128/s_totalorderl.c | 33 +- sysdeps/ieee754/ldbl-128/s_totalordermagl.c | 33 +- sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c | 18 +- sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c | 18 +- .../ldbl-128ibm/test-totalorderl-ldbl-128ibm.c | 8 +- sysdeps/ieee754/ldbl-96/s_totalorderl.c | 33 +- sysdeps/ieee754/ldbl-96/s_totalordermagl.c | 33 +- sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c | 16 +- sysdeps/ieee754/ldbl-opt/nldbl-totalorder.c | 2 +- sysdeps/ieee754/ldbl-opt/nldbl-totalordermag.c | 2 +- sysdeps/mach/hurd/i386/libm.abilist | 16 + sysdeps/unix/sysv/linux/aarch64/libm.abilist | 16 + sysdeps/unix/sysv/linux/alpha/libm.abilist | 16 + sysdeps/unix/sysv/linux/arm/libm.abilist | 12 + sysdeps/unix/sysv/linux/csky/libm.abilist | 12 + sysdeps/unix/sysv/linux/hppa/libm.abilist | 12 + sysdeps/unix/sysv/linux/i386/libm.abilist | 16 + sysdeps/unix/sysv/linux/ia64/libm.abilist | 16 + sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist | 12 + sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist | 12 + sysdeps/unix/sysv/linux/microblaze/libm.abilist | 12 + sysdeps/unix/sysv/linux/mips/mips32/libm.abilist | 12 + sysdeps/unix/sysv/linux/mips/mips64/libm.abilist | 16 + sysdeps/unix/sysv/linux/nios2/libm.abilist | 12 + .../sysv/linux/powerpc/powerpc32/fpu/libm.abilist | 12 + .../linux/powerpc/powerpc32/nofpu/libm.abilist | 12 + .../sysv/linux/powerpc/powerpc64/be/libm.abilist | 12 + .../sysv/linux/powerpc/powerpc64/le/libm.abilist | 16 + sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist | 16 + sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist | 16 + sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist | 16 + sysdeps/unix/sysv/linux/sh/libm.abilist | 12 + sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist | 16 + sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist | 16 + sysdeps/unix/sysv/linux/x86_64/64/libm.abilist | 16 + sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist | 16 + 59 files changed, 1454 insertions(+), 615 deletions(-) copy math/{libm-test-cbrt.inc => libm-test-compat_totalorder.inc} (52%) copy math/{libm-test-cabs.inc => libm-test-compat_totalordermag.inc} (51%)