This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8e36adc S390: Fix fp comparison not raising FE_INVALID. new 6f322a8 Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.
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 | 63 ++++++++++++++++++++++ .../generic/nan-high-order-bit.h | 45 +++------------- sysdeps/hppa/math_private.h | 28 ---------- .../hppa/nan-high-order-bit.h | 45 +++------------- sysdeps/ieee754/dbl-64/s_issignaling.c | 3 +- sysdeps/ieee754/dbl-64/s_totalorder.c | 3 +- sysdeps/ieee754/dbl-64/s_totalordermag.c | 3 +- sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c | 3 +- sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c | 3 +- .../ieee754/dbl-64/wordsize-64/s_totalordermag.c | 3 +- sysdeps/ieee754/flt-32/s_issignalingf.c | 3 +- sysdeps/ieee754/flt-32/s_totalorderf.c | 3 +- sysdeps/ieee754/flt-32/s_totalordermagf.c | 3 +- sysdeps/ieee754/ldbl-128/s_issignalingl.c | 3 +- sysdeps/ieee754/ldbl-128/s_totalorderl.c | 3 +- sysdeps/ieee754/ldbl-128/s_totalordermagl.c | 3 +- sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c | 3 +- sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c | 3 +- sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c | 3 +- sysdeps/ieee754/ldbl-96/s_issignalingl.c | 3 +- sysdeps/ieee754/ldbl-96/s_totalorderl.c | 3 +- sysdeps/ieee754/ldbl-96/s_totalordermagl.c | 3 +- sysdeps/mips/math_private.h | 8 --- .../nan-high-order-bit.h} | 23 ++++---- 24 files changed, 127 insertions(+), 139 deletions(-) copy elf/tst-gnu2-tls1mod.c => sysdeps/generic/nan-high-order-bit.h (67%) delete mode 100644 sysdeps/hppa/math_private.h copy elf/tst-gnu2-tls1mod.c => sysdeps/hppa/nan-high-order-bit.h (68%) copy sysdeps/{ieee754/ldbl-opt/math-type-macros-ldouble.h => mips/nan-high-order-b [...]