From 6dff1983695fe0a5dc80e41edfa4b0dac9fecac2 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 6 Oct 2017 15:02:12 +0000 Subject: Remove redundant ldbl-64-128 files. Various source files in ldbl-64-128 are redundant, because they wrap files that no longer provide public symbols that need special versioning (those symbols having moved to separate errno-setting wrappers), or, in the case of w_scalblnl.c, because the type-generic template now does everything required (it deals with symbol versioning for use in libm, and this file is never built for libc anyway - the compat scalbln* symbols in libc, as opposed to scalbn*, are only for i386 and m68k and are aliases to the corresponding scalbn* symbols). This patch removes those redundant files. Tested with build-many-glibcs.py (for all ldbl-64-128 configurations) that installed stripped shared libraries are unchanged by this patch. * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: Remove file. * sysdeps/ieee754/ldbl-64-128/s_log1pl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bb81b9cf6e..9ad7eae069 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2017-10-06 Joseph Myers + + * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: Remove file. + * sysdeps/ieee754/ldbl-64-128/s_log1pl.c: Likewise. + * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c: Likewise. + * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise. + * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise. + 2017-10-05 Joseph Myers * sysdeps/arm/libm-test-ulps: Update. -- cgit v1.2.3