[PATCH 0/3] Rename remaining IEEE wrappers
Gabriel F. T. Gomes
gftg@linux.vnet.ibm.com
Tue Feb 7 13:34:00 GMT 2017
In the 2.25 time frame, I renamed most of the IEEE wrappers with some
scripts. However, those scripts did not work nicely for these three
wrappers (exp, lgamma, and lgamma_r).
This is the final patch set for the renaming.
Tested for powerpc64le and x86_64.
Gabriel F. T. Gomes (3):
Move w_lgamma_r to libm-compat-calls-auto
Move w_lgamma to libm-compat-calls-auto
Move w_exp to libm-compat-call-auto
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_lgammal_r.c => w_exp_compat.c} | 0
sysdeps/ia64/fpu/{w_lgammaf_r.c => w_expf_compat.c} | 0
sysdeps/ia64/fpu/{w_lgamma_r.c => w_expl_compat.c} | 0
sysdeps/ia64/fpu/{w_expl.c => w_lgamma_r_compat.c} | 0
sysdeps/ia64/fpu/{w_expf.c => w_lgammaf_r_compat.c} | 0
sysdeps/ia64/fpu/{w_exp.c => w_lgammal_r_compat.c} | 0
sysdeps/ieee754/dbl-64/{w_exp.c => w_exp_compat.c} | 0
sysdeps/ieee754/flt-32/{w_expf.c => w_expf_compat.c} | 0
sysdeps/ieee754/ldbl-128/{w_expl.c => w_expl_compat.c} | 0
sysdeps/ieee754/ldbl-128ibm/{w_expl.c => w_expl_compat.c} | 0
sysdeps/ieee754/ldbl-64-128/{w_expl.c => w_expl_compat.c} | 2 +-
sysdeps/ieee754/ldbl-96/{w_expl.c => w_expl_compat.c} | 0
sysdeps/ieee754/ldbl-opt/{w_exp.c => w_exp_compat.c} | 2 +-
sysdeps/ieee754/ldbl-opt/{w_lgamma_r.c => w_lgamma_r_compat.c} | 2 +-
sysdeps/ieee754/ldbl-opt/{w_lgammal_r.c => w_lgammal_r_compat.c} | 2 +-
23 files changed, 6 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_lgammal_r.c => w_exp_compat.c} (100%)
rename sysdeps/ia64/fpu/{w_lgammaf_r.c => w_expf_compat.c} (100%)
rename sysdeps/ia64/fpu/{w_lgamma_r.c => w_expl_compat.c} (100%)
rename sysdeps/ia64/fpu/{w_expl.c => w_lgamma_r_compat.c} (100%)
rename sysdeps/ia64/fpu/{w_expf.c => w_lgammaf_r_compat.c} (100%)
rename sysdeps/ia64/fpu/{w_exp.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%)
--
2.4.11
More information about the Libc-alpha
mailing list