This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8837917 Remove remnants of .og patterns new 9f9834f Make ldexpF generic. new fc7f469 Remove __nan{f,,l} macros new 2c46d11 Build s_nan* objects from a generic template
The 3 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 | 61 ++++++++++++++++++++++ math/Makefile | 25 ++++++--- math/{s_ldexp.c => s_ldexp_template.c} | 20 ++++--- math/s_ldexpf.c | 32 ------------ math/s_ldexpl.c | 33 ------------ math/{s_nan.c => s_nan_template.c} | 16 +++--- math/s_nanf.c | 33 ------------ math/s_nanl.c | 33 ------------ sysdeps/generic/math-type-macros-double.h | 11 ++-- sysdeps/generic/math-type-macros-float.h | 1 + sysdeps/generic/math-type-macros-ldouble.h | 1 + sysdeps/generic/math-type-macros.h | 17 +++++- sysdeps/generic/math_private.h | 7 --- sysdeps/ieee754/ldbl-opt/math-type-macros-double.h | 1 + sysdeps/ieee754/ldbl-opt/s_ldexp.c | 25 ++++++++- sysdeps/ieee754/ldbl-opt/s_ldexpl.c | 27 ++++++++-- sysdeps/ieee754/ldbl-opt/s_nan.c | 5 -- sysdeps/ieee754/ldbl-opt/s_nanl.c | 5 -- 18 files changed, 169 insertions(+), 184 deletions(-) rename math/{s_ldexp.c => s_ldexp_template.c} (63%) delete mode 100644 math/s_ldexpf.c delete mode 100644 math/s_ldexpl.c rename math/{s_nan.c => s_nan_template.c} (84%) delete mode 100644 math/s_nanf.c delete mode 100644 math/s_nanl.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_nan.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_nanl.c