This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from a891caff7a Remove declare_mgen_alias_2. new 620ff9eea6 Define and use libm_alias_double.
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 | 55 ++++++++++++++++++++++ math/cabs_template.c | 4 -- math/carg_template.c | 4 -- math/cimag_template.c | 4 -- math/conj_template.c | 4 -- math/creal_template.c | 4 -- math/s_cacos_template.c | 4 -- math/s_cacosh_template.c | 4 -- math/s_casin_template.c | 4 -- math/s_casinh_template.c | 4 -- math/s_catan_template.c | 4 -- math/s_catanh_template.c | 4 -- math/s_ccos_template.c | 4 -- math/s_ccosh_template.c | 4 -- math/s_cexp_template.c | 4 -- math/s_clog10_template.c | 6 --- math/s_clog_template.c | 4 -- math/s_cpow_template.c | 4 -- math/s_cproj_template.c | 4 -- math/s_csin_template.c | 4 -- math/s_csinh_template.c | 4 -- math/s_csqrt_template.c | 4 -- math/s_ctan_template.c | 4 -- math/s_ctanh_template.c | 4 -- math/s_fdim_template.c | 4 -- math/s_fmax_template.c | 4 -- math/s_fmin_template.c | 4 -- math/s_nan_template.c | 4 -- math/w_ilogb_template.c | 4 -- .../{libm-alias-float.h => libm-alias-double.h} | 31 +++++++----- sysdeps/generic/math-type-macros-double.h | 12 ++--- sysdeps/generic/math-type-macros.h | 17 +------ sysdeps/ieee754/ldbl-opt/libm-alias-double.h | 44 +++++++++++++++++ sysdeps/ieee754/ldbl-opt/math-type-macros-double.h | 38 --------------- .../ldbl-opt/s_clog10.c} | 20 ++++---- sysdeps/ieee754/ldbl-opt/s_ldexp.c | 2 +- sysdeps/ieee754/ldbl-opt/w_log1p.c | 3 ++ sysdeps/ieee754/ldbl-opt/w_scalbln.c | 3 ++ .../sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c | 1 - .../sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c | 5 ++ 40 files changed, 143 insertions(+), 202 deletions(-) copy sysdeps/generic/{libm-alias-float.h => libm-alias-double.h} (51%) create mode 100644 sysdeps/ieee754/ldbl-opt/libm-alias-double.h delete mode 100644 sysdeps/ieee754/ldbl-opt/math-type-macros-double.h copy sysdeps/{powerpc/powerpc64/fpu/multiarch/s_llroundf-ppc64.S => ieee754/ldbl-o [...] create mode 100644 sysdeps/ieee754/ldbl-opt/w_log1p.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_scalbln.c