This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.25-30-g5ab621c


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  5ab621c3476fef993f94975c826fd0fe3339c3e2 (commit)
       via  163f65e28c22d60a72726b8f07ed5756da05c929 (commit)
       via  ea814db27ae450f9ce1b233dfeeea608d485adde (commit)
      from  42de7e20299e0bab8b8b761b34ebcd4b60c68132 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5ab621c3476fef993f94975c826fd0fe3339c3e2

commit 5ab621c3476fef993f94975c826fd0fe3339c3e2
Author: Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Date:   Mon Jan 30 17:01:05 2017 -0200

    Move w_exp to libm-compat-call-auto
    
    This patch adds the "_compat" suffix to the wrappers of the function
    exp, which use _LIB_VERSION / matherr / __kernel_standard
    functionality.
    
    Tested for powerpc64le, s390, and x86_64.
    
    	* math/Makefile (libm-calls): Move w_exp...
    	(libm-compat-calls-auto): Here.
    
    	* math/w_expl.c: Add suffix "_compat" to filename.
    	* sysdeps/ia64/fpu/w_expl.c: Likewise.
    	* sysdeps/ia64/fpu/w_expf.c: Likewise.
    	* sysdeps/ia64/fpu/w_exp.c: Likewise.
    	* sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
    	* sysdeps/ieee754/flt-32/w_expf.c: Likewise.
    	* sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
    	* sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
    	* sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
    
    	* math/w_expl_compat.c: New file, copied from above.
    	* sysdeps/ia64/fpu/w_exp_compat.c: Likewise.
    	* sysdeps/ia64/fpu/w_expf_compat.c: Likewise.
    	* sysdeps/ia64/fpu/w_expl_compat.c: Likewise.
    	* sysdeps/ieee754/dbl-64/w_exp_compat.c: Likewise.
    	* sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
    	* sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
    	* sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
    	* sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
    
    	* sysdeps/ieee754/ldbl-64-128/w_expl.c: Add suffix "_compat"
    	to filename.
    	* sysdeps/ieee754/ldbl-opt/w_exp.c: Likewise.
    
    	* sysdeps/ieee754/ldbl-64-128/w_expl_compat.c: New file,
    	copied from above and adjusted for the new filenames.
    	* sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Likewise.

diff --git a/ChangeLog b/ChangeLog
index f755cd3..ce4d411 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,38 @@
 2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
 
+	* math/Makefile (libm-calls): Move w_exp...
+	(libm-compat-calls-auto): Here.
+
+	* math/w_expl.c: Add suffix "_compat" to filename.
+	* sysdeps/ia64/fpu/w_expl.c: Likewise.
+	* sysdeps/ia64/fpu/w_expf.c: Likewise.
+	* sysdeps/ia64/fpu/w_exp.c: Likewise.
+	* sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
+	* sysdeps/ieee754/flt-32/w_expf.c: Likewise.
+	* sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
+	* sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
+	* sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
+
+	* math/w_expl_compat.c: New file, copied from above.
+	* sysdeps/ia64/fpu/w_exp_compat.c: Likewise.
+	* sysdeps/ia64/fpu/w_expf_compat.c: Likewise.
+	* sysdeps/ia64/fpu/w_expl_compat.c: Likewise.
+	* sysdeps/ieee754/dbl-64/w_exp_compat.c: Likewise.
+	* sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
+	* sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
+	* sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
+	* sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
+
+	* sysdeps/ieee754/ldbl-64-128/w_expl.c: Add suffix "_compat"
+	to filename.
+	* sysdeps/ieee754/ldbl-opt/w_exp.c: Likewise.
+
+	* sysdeps/ieee754/ldbl-64-128/w_expl_compat.c: New file,
+	copied from above and adjusted for the new filenames.
+	* sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Likewise.
+
+2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
+
 	* math/Makefile (libm-calls): Move w_lgammaF...
 	(libm-compat-calls-auto): Here.
 
diff --git a/math/Makefile b/math/Makefile
index fbbef49..0f59123 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -66,7 +66,6 @@ libm-calls =								  \
 	s_floorF s_log1pF s_logbF				  \
 	s_nextafterF s_nexttowardF s_rintF s_scalblnF			  \
 	s_significandF s_sinF s_tanF s_tanhF				  \
-	w_expF								  \
 	s_fpclassifyF s_truncF						  \
 	s_remquoF e_log2F e_exp2F s_roundF s_nearbyintF s_sincosF	  \
 	s_fmaF s_lrintF s_llrintF s_lroundF s_llroundF e_exp10F		  \
@@ -83,7 +82,7 @@ libm-compat-calls-auto =						\
 	w_jnF_compat w_log2F_compat w_log10F_compat w_logF_compat	\
 	w_powF_compat w_remainderF_compat w_scalbF_compat		\
 	w_sinhF_compat w_sqrtF_compat w_tgammaF_compat			\
-	w_lgammaF_r_compat w_lgammaF_compat2
+	w_lgammaF_r_compat w_lgammaF_compat2 w_expF_compat
 
 libm-compat-calls-ldouble-yes = w_lgamma_compatl k_standardl
 libm-compat-calls = w_lgamma_compatf w_lgamma_compat k_standard k_standardf \
diff --git a/math/w_expl.c b/math/w_expl_compat.c
similarity index 100%
rename from math/w_expl.c
rename to math/w_expl_compat.c
diff --git a/sysdeps/ia64/fpu/w_exp.c b/sysdeps/ia64/fpu/w_exp_compat.c
similarity index 100%
rename from sysdeps/ia64/fpu/w_exp.c
rename to sysdeps/ia64/fpu/w_exp_compat.c
diff --git a/sysdeps/ia64/fpu/w_expf.c b/sysdeps/ia64/fpu/w_expf_compat.c
similarity index 100%
rename from sysdeps/ia64/fpu/w_expf.c
rename to sysdeps/ia64/fpu/w_expf_compat.c
diff --git a/sysdeps/ia64/fpu/w_expl.c b/sysdeps/ia64/fpu/w_expl_compat.c
similarity index 100%
rename from sysdeps/ia64/fpu/w_expl.c
rename to sysdeps/ia64/fpu/w_expl_compat.c
diff --git a/sysdeps/ieee754/dbl-64/w_exp.c b/sysdeps/ieee754/dbl-64/w_exp_compat.c
similarity index 100%
rename from sysdeps/ieee754/dbl-64/w_exp.c
rename to sysdeps/ieee754/dbl-64/w_exp_compat.c
diff --git a/sysdeps/ieee754/flt-32/w_expf.c b/sysdeps/ieee754/flt-32/w_expf_compat.c
similarity index 100%
rename from sysdeps/ieee754/flt-32/w_expf.c
rename to sysdeps/ieee754/flt-32/w_expf_compat.c
diff --git a/sysdeps/ieee754/ldbl-128/w_expl.c b/sysdeps/ieee754/ldbl-128/w_expl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-128/w_expl.c
rename to sysdeps/ieee754/ldbl-128/w_expl_compat.c
diff --git a/sysdeps/ieee754/ldbl-128ibm/w_expl.c b/sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-128ibm/w_expl.c
rename to sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c
diff --git a/sysdeps/ieee754/ldbl-64-128/w_expl.c b/sysdeps/ieee754/ldbl-64-128/w_expl_compat.c
similarity index 67%
rename from sysdeps/ieee754/ldbl-64-128/w_expl.c
rename to sysdeps/ieee754/ldbl-64-128/w_expl_compat.c
index 2a402b0..37c153e 100644
--- a/sysdeps/ieee754/ldbl-64-128/w_expl.c
+++ b/sysdeps/ieee754/ldbl-64-128/w_expl_compat.c
@@ -1,5 +1,5 @@
 #include <math_ldbl_opt.h>
 #undef weak_alias
 #define weak_alias(n,a)
-#include <sysdeps/ieee754/ldbl-128/w_expl.c>
+#include <sysdeps/ieee754/ldbl-128/w_expl_compat.c>
 long_double_symbol (libm, __expl, expl);
diff --git a/sysdeps/ieee754/ldbl-96/w_expl.c b/sysdeps/ieee754/ldbl-96/w_expl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-96/w_expl.c
rename to sysdeps/ieee754/ldbl-96/w_expl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_exp.c b/sysdeps/ieee754/ldbl-opt/w_exp_compat.c
similarity index 71%
rename from sysdeps/ieee754/ldbl-opt/w_exp.c
rename to sysdeps/ieee754/ldbl-opt/w_exp_compat.c
index 61fcfcc..686c9c2 100644
--- a/sysdeps/ieee754/ldbl-opt/w_exp.c
+++ b/sysdeps/ieee754/ldbl-opt/w_exp_compat.c
@@ -1,5 +1,5 @@
 #include <math_ldbl_opt.h>
-#include <sysdeps/ieee754/dbl-64/w_exp.c>
+#include <sysdeps/ieee754/dbl-64/w_exp_compat.c>
 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
 compat_symbol (libm, __exp, expl, GLIBC_2_0);
 #endif

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=163f65e28c22d60a72726b8f07ed5756da05c929

commit 163f65e28c22d60a72726b8f07ed5756da05c929
Author: Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Date:   Wed Dec 21 09:33:32 2016 -0200

    Move w_lgamma to libm-compat-calls-auto
    
    This patch adds the suffix "_compat2" to the wrappers for lgamma,
    which use _LIB_VERSION / matherr / __kernel_standard functionality.
    The suffix "_compat2" is used because the suffix "_compat" is already
    used.
    
    Tested for powerpc64le, s390, and x86_64.
    
    	* math/Makefile (libm-calls): Move w_lgammaF...
    	(libm-compat-calls-auto): Here.
    
    	* math/w_lgamma.c: Add suffix "_compat2" to filename.
    	* math/w_lgammaf.c: Likewise.
    	* math/w_lgammal.c: Likewise.
    
    	* math/w_lgamma_compat2.c: New file, copied from above.
    	* math/w_lgammaf_compat2.c: Likewise.
    	* math/w_lgammal_compat2.c: Likewise.

diff --git a/ChangeLog b/ChangeLog
index eb92a66..f755cd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
 
+	* math/Makefile (libm-calls): Move w_lgammaF...
+	(libm-compat-calls-auto): Here.
+
+	* math/w_lgamma.c: Add suffix "_compat2" to filename.
+	* math/w_lgammaf.c: Likewise.
+	* math/w_lgammal.c: Likewise.
+
+	* math/w_lgamma_compat2.c: New file, copied from above.
+	* math/w_lgammaf_compat2.c: Likewise.
+	* math/w_lgammal_compat2.c: Likewise.
+
+2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
+
 	* math/Makefile (libm-calls): Move w_lgammaF_r...
 	(libm-compat-calls-auto): Here.
 
diff --git a/math/Makefile b/math/Makefile
index 7a456da..fbbef49 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -67,7 +67,6 @@ libm-calls =								  \
 	s_nextafterF s_nexttowardF s_rintF s_scalblnF			  \
 	s_significandF s_sinF s_tanF s_tanhF				  \
 	w_expF								  \
-	w_lgammaF							  \
 	s_fpclassifyF s_truncF						  \
 	s_remquoF e_log2F e_exp2F s_roundF s_nearbyintF s_sincosF	  \
 	s_fmaF s_lrintF s_llrintF s_lroundF s_llroundF e_exp10F		  \
@@ -84,7 +83,7 @@ libm-compat-calls-auto =						\
 	w_jnF_compat w_log2F_compat w_log10F_compat w_logF_compat	\
 	w_powF_compat w_remainderF_compat w_scalbF_compat		\
 	w_sinhF_compat w_sqrtF_compat w_tgammaF_compat			\
-	w_lgammaF_r_compat
+	w_lgammaF_r_compat w_lgammaF_compat2
 
 libm-compat-calls-ldouble-yes = w_lgamma_compatl k_standardl
 libm-compat-calls = w_lgamma_compatf w_lgamma_compat k_standard k_standardf \
diff --git a/math/w_lgamma.c b/math/w_lgamma_compat2.c
similarity index 100%
rename from math/w_lgamma.c
rename to math/w_lgamma_compat2.c
diff --git a/math/w_lgammaf.c b/math/w_lgammaf_compat2.c
similarity index 100%
rename from math/w_lgammaf.c
rename to math/w_lgammaf_compat2.c
diff --git a/math/w_lgammal.c b/math/w_lgammal_compat2.c
similarity index 100%
rename from math/w_lgammal.c
rename to math/w_lgammal_compat2.c

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=ea814db27ae450f9ce1b233dfeeea608d485adde

commit ea814db27ae450f9ce1b233dfeeea608d485adde
Author: Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Date:   Wed Dec 21 10:20:08 2016 -0200

    Move w_lgamma_r to libm-compat-calls-auto
    
    This patch adds the suffix "_compat" to lgamma_r wrappers and make
    some adjustments to #includes and Makefiles.  This is a step towards
    deprecation of wrappers that use _LIB_VERSION / matherr /
    __kernel_standard functionality.
    
    Tested for powerpc64le, s390, and x86_64.
    
    	* math/Makefile (libm-calls): Move w_lgammaF_r...
    	(libm-compat-calls-auto): Here.
    
    	* math/w_lgamma_r.c: Add suffix "_compat" to filename.
    	* math/w_lgammaf_r.c: Likewise.
    	* math/w_lgammal_r.c: Likewise.
    	* sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
    	* sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
    	* sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
    
    	* math/w_lgamma_r_compat.c: New file, copied from above.
    	* math/w_lgammaf_r_compat.c: Likewise.
    	* math/w_lgammal_r_compat.c: Likewise.
    	* sysdeps/ia64/fpu/w_lgamma_r_compat.c: Likewise.
    	* sysdeps/ia64/fpu/w_lgammaf_r_compat.c: Likewise.
    	* sysdeps/ia64/fpu/w_lgammal_r_compat.c: Likewise.
    
    	* sysdeps/ieee754/ldbl-opt/w_lgamma_r.c: Add suffix "_compat"
    	to filename.
    	* sysdeps/ieee754/ldbl-opt/w_lgammal_r.c: Likewise.
    
    	* sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c: New file
    	copied from above and adjusted for the new filenames.
    	* sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.

diff --git a/ChangeLog b/ChangeLog
index e2fe0d7..eb92a66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
+
+	* math/Makefile (libm-calls): Move w_lgammaF_r...
+	(libm-compat-calls-auto): Here.
+
+	* math/w_lgamma_r.c: Add suffix "_compat" to filename.
+	* math/w_lgammaf_r.c: Likewise.
+	* math/w_lgammal_r.c: Likewise.
+	* sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
+	* sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
+	* sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
+
+	* math/w_lgamma_r_compat.c: New file, copied from above.
+	* math/w_lgammaf_r_compat.c: Likewise.
+	* math/w_lgammal_r_compat.c: Likewise.
+	* sysdeps/ia64/fpu/w_lgamma_r_compat.c: Likewise.
+	* sysdeps/ia64/fpu/w_lgammaf_r_compat.c: Likewise.
+	* sysdeps/ia64/fpu/w_lgammal_r_compat.c: Likewise.
+
+	* sysdeps/ieee754/ldbl-opt/w_lgamma_r.c: Add suffix "_compat"
+	to filename.
+	* sysdeps/ieee754/ldbl-opt/w_lgammal_r.c: Likewise.
+
+	* sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c: New file
+	copied from above and adjusted for the new filenames.
+	* sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
+
 2017-02-08  Yury Norov  <ynorov@caviumnetworks.com>
 
 	* sysdeps/unix/sysv/linux/aarch64/sysdep.h: use PTR_REG() for offset
diff --git a/math/Makefile b/math/Makefile
index 9edea26..7a456da 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -67,7 +67,7 @@ libm-calls =								  \
 	s_nextafterF s_nexttowardF s_rintF s_scalblnF			  \
 	s_significandF s_sinF s_tanF s_tanhF				  \
 	w_expF								  \
-	w_lgammaF w_lgammaF_r						  \
+	w_lgammaF							  \
 	s_fpclassifyF s_truncF						  \
 	s_remquoF e_log2F e_exp2F s_roundF s_nearbyintF s_sincosF	  \
 	s_fmaF s_lrintF s_llrintF s_lroundF s_llroundF e_exp10F		  \
@@ -83,7 +83,8 @@ libm-compat-calls-auto =						\
 	w_fmodF_compat w_hypotF_compat w_j0F_compat w_j1F_compat	\
 	w_jnF_compat w_log2F_compat w_log10F_compat w_logF_compat	\
 	w_powF_compat w_remainderF_compat w_scalbF_compat		\
-	w_sinhF_compat w_sqrtF_compat w_tgammaF_compat
+	w_sinhF_compat w_sqrtF_compat w_tgammaF_compat			\
+	w_lgammaF_r_compat
 
 libm-compat-calls-ldouble-yes = w_lgamma_compatl k_standardl
 libm-compat-calls = w_lgamma_compatf w_lgamma_compat k_standard k_standardf \
diff --git a/math/w_lgamma_r.c b/math/w_lgamma_r_compat.c
similarity index 100%
rename from math/w_lgamma_r.c
rename to math/w_lgamma_r_compat.c
diff --git a/math/w_lgammaf_r.c b/math/w_lgammaf_r_compat.c
similarity index 100%
rename from math/w_lgammaf_r.c
rename to math/w_lgammaf_r_compat.c
diff --git a/math/w_lgammal_r.c b/math/w_lgammal_r_compat.c
similarity index 100%
rename from math/w_lgammal_r.c
rename to math/w_lgammal_r_compat.c
diff --git a/sysdeps/ia64/fpu/w_lgamma_r.c b/sysdeps/ia64/fpu/w_lgamma_r_compat.c
similarity index 100%
rename from sysdeps/ia64/fpu/w_lgamma_r.c
rename to sysdeps/ia64/fpu/w_lgamma_r_compat.c
diff --git a/sysdeps/ia64/fpu/w_lgammaf_r.c b/sysdeps/ia64/fpu/w_lgammaf_r_compat.c
similarity index 100%
rename from sysdeps/ia64/fpu/w_lgammaf_r.c
rename to sysdeps/ia64/fpu/w_lgammaf_r_compat.c
diff --git a/sysdeps/ia64/fpu/w_lgammal_r.c b/sysdeps/ia64/fpu/w_lgammal_r_compat.c
similarity index 100%
rename from sysdeps/ia64/fpu/w_lgammal_r.c
rename to sysdeps/ia64/fpu/w_lgammal_r_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_lgamma_r.c b/sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c
similarity index 78%
rename from sysdeps/ieee754/ldbl-opt/w_lgamma_r.c
rename to sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c
index eeab6a6..673954c 100644
--- a/sysdeps/ieee754/ldbl-opt/w_lgamma_r.c
+++ b/sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c
@@ -1,5 +1,5 @@
 #include <math_ldbl_opt.h>
-#include <math/w_lgamma_r.c>
+#include <math/w_lgamma_r_compat.c>
 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
 compat_symbol (libm, __lgamma_r, lgammal_r, GLIBC_2_0);
 #endif
diff --git a/sysdeps/ieee754/ldbl-opt/w_lgammal_r.c b/sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c
similarity index 76%
rename from sysdeps/ieee754/ldbl-opt/w_lgammal_r.c
rename to sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c
index 2545975..6fdf2bb 100644
--- a/sysdeps/ieee754/ldbl-opt/w_lgammal_r.c
+++ b/sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c
@@ -1,5 +1,5 @@
 #include <math_ldbl_opt.h>
 #undef weak_alias
 #define weak_alias(n,a)
-#include <math/w_lgammal_r.c>
+#include <math/w_lgammal_r_compat.c>
 long_double_symbol (libm, __lgammal_r, lgammal_r);

-----------------------------------------------------------------------

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
 sysdeps/ieee754/ldbl-64-128/w_expl.c               |    5 --
 sysdeps/ieee754/ldbl-64-128/w_expl_compat.c        |    5 ++
 .../ieee754/ldbl-96/{w_expl.c => w_expl_compat.c}  |    0
 sysdeps/ieee754/ldbl-opt/w_exp.c                   |    5 --
 sysdeps/ieee754/ldbl-opt/w_exp_compat.c            |    5 ++
 sysdeps/ieee754/ldbl-opt/w_lgamma_r.c              |    5 --
 sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c       |    5 ++
 sysdeps/ieee754/ldbl-opt/w_lgammal_r.c             |    5 --
 sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c      |    5 ++
 28 files changed, 95 insertions(+), 23 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%)
 delete mode 100644 sysdeps/ieee754/ldbl-64-128/w_expl.c
 create mode 100644 sysdeps/ieee754/ldbl-64-128/w_expl_compat.c
 rename sysdeps/ieee754/ldbl-96/{w_expl.c => w_expl_compat.c} (100%)
 delete mode 100644 sysdeps/ieee754/ldbl-opt/w_exp.c
 create mode 100644 sysdeps/ieee754/ldbl-opt/w_exp_compat.c
 delete mode 100644 sysdeps/ieee754/ldbl-opt/w_lgamma_r.c
 create mode 100644 sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c
 delete mode 100644 sysdeps/ieee754/ldbl-opt/w_lgammal_r.c
 create mode 100644 sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]