This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 0fc56478a9 Clear up log1p, ldexp, scalbn, scalbln compat handling. new bcea7ad608 Move exp compat wrappers under math/
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 | 13 ++++++ {sysdeps/ieee754/dbl-64 => math}/w_exp_compat.c | 0 {sysdeps/ieee754/flt-32 => math}/w_expf_compat.c | 0 math/w_expl_compat.c | 48 ++++++++++++++++++---- sysdeps/ieee754/ldbl-128/w_expl_compat.c | 45 -------------------- sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c | 24 ----------- sysdeps/ieee754/ldbl-96/w_expl_compat.c | 37 ----------------- sysdeps/ieee754/ldbl-opt/w_exp_compat.c | 2 +- .../{ldbl-64-128 => ldbl-opt}/w_expl_compat.c | 2 +- 9 files changed, 55 insertions(+), 116 deletions(-) rename {sysdeps/ieee754/dbl-64 => math}/w_exp_compat.c (100%) rename {sysdeps/ieee754/flt-32 => math}/w_expf_compat.c (100%) delete mode 100644 sysdeps/ieee754/ldbl-128/w_expl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-96/w_expl_compat.c rename sysdeps/ieee754/{ldbl-64-128 => ldbl-opt}/w_expl_compat.c (72%)