This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 42de7e2 aarch64: fix errno address calculation in SYSCALL_ERROR_HANDLER new ea814db Move w_lgamma_r to libm-compat-calls-auto new 163f65e Move w_lgamma to libm-compat-calls-auto new 5ab621c Move w_exp to libm-compat-call-auto
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 | 73 ++++++++++++++++++++++ math/Makefile | 5 +- math/{w_expl.c => w_expl_compat.c} | 0 math/{w_lgamma.c => w_lgamma_compat2.c} | 0 math/{w_lgamma_r.c => w_lgamma_r_compat.c} | 0 math/{w_lgammaf.c => w_lgammaf_compat2.c} | 0 math/{w_lgammaf_r.c => w_lgammaf_r_compat.c} | 0 math/{w_lgammal.c => w_lgammal_compat2.c} | 0 math/{w_lgammal_r.c => w_lgammal_r_compat.c} | 0 sysdeps/ia64/fpu/{w_exp.c => w_exp_compat.c} | 0 sysdeps/ia64/fpu/{w_expf.c => w_expf_compat.c} | 0 sysdeps/ia64/fpu/{w_expl.c => w_expl_compat.c} | 0 .../ia64/fpu/{w_lgamma_r.c => w_lgamma_r_compat.c} | 0 .../fpu/{w_lgammaf_r.c => w_lgammaf_r_compat.c} | 0 .../fpu/{w_lgammal_r.c => w_lgammal_r_compat.c} | 0 sysdeps/ieee754/dbl-64/{w_exp.c => w_exp_compat.c} | 0 .../ieee754/flt-32/{w_expf.c => w_expf_compat.c} | 0 .../ieee754/ldbl-128/{w_expl.c => w_expl_compat.c} | 0 .../ldbl-128ibm/{w_expl.c => w_expl_compat.c} | 0 .../ldbl-64-128/{w_expl.c => w_expl_compat.c} | 2 +- .../ieee754/ldbl-96/{w_expl.c => w_expl_compat.c} | 0 .../ieee754/ldbl-opt/{w_exp.c => w_exp_compat.c} | 2 +- .../ldbl-opt/{w_lgamma_r.c => w_lgamma_r_compat.c} | 2 +- .../{w_lgammal_r.c => w_lgammal_r_compat.c} | 2 +- 24 files changed, 79 insertions(+), 7 deletions(-) rename math/{w_expl.c => w_expl_compat.c} (100%) rename math/{w_lgamma.c => w_lgamma_compat2.c} (100%) rename math/{w_lgamma_r.c => w_lgamma_r_compat.c} (100%) rename math/{w_lgammaf.c => w_lgammaf_compat2.c} (100%) rename math/{w_lgammaf_r.c => w_lgammaf_r_compat.c} (100%) rename math/{w_lgammal.c => w_lgammal_compat2.c} (100%) rename math/{w_lgammal_r.c => w_lgammal_r_compat.c} (100%) rename sysdeps/ia64/fpu/{w_exp.c => w_exp_compat.c} (100%) rename sysdeps/ia64/fpu/{w_expf.c => w_expf_compat.c} (100%) rename sysdeps/ia64/fpu/{w_expl.c => w_expl_compat.c} (100%) rename sysdeps/ia64/fpu/{w_lgamma_r.c => w_lgamma_r_compat.c} (100%) rename sysdeps/ia64/fpu/{w_lgammaf_r.c => w_lgammaf_r_compat.c} (100%) rename sysdeps/ia64/fpu/{w_lgammal_r.c => w_lgammal_r_compat.c} (100%) rename sysdeps/ieee754/dbl-64/{w_exp.c => w_exp_compat.c} (100%) rename sysdeps/ieee754/flt-32/{w_expf.c => w_expf_compat.c} (100%) rename sysdeps/ieee754/ldbl-128/{w_expl.c => w_expl_compat.c} (100%) rename sysdeps/ieee754/ldbl-128ibm/{w_expl.c => w_expl_compat.c} (100%) rename sysdeps/ieee754/ldbl-64-128/{w_expl.c => w_expl_compat.c} (67%) rename sysdeps/ieee754/ldbl-96/{w_expl.c => w_expl_compat.c} (100%) rename sysdeps/ieee754/ldbl-opt/{w_exp.c => w_exp_compat.c} (71%) rename sysdeps/ieee754/ldbl-opt/{w_lgamma_r.c => w_lgamma_r_compat.c} (78%) rename sysdeps/ieee754/ldbl-opt/{w_lgammal_r.c => w_lgammal_r_compat.c} (76%)