From a90d1ac2d2f7b20a9df676ac9bd0aa512ab5b708 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 22 Nov 2017 21:11:00 +0000 Subject: Remove unused sparc64/soft-fp libm function implementations. sysdeps/sparc/sparc64/soft-fp has files s_frexpl.c, s_scalblnl.c and s_scalbnl.c that are never used because the ldbl-128 versions always come first in the sysdeps directory ordering. This patch removes the unused files. Tested with build-many-glibcs.py that installed stripped shared libraries are unchanged by this patch. * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Remove file. * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise. * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c: Likewise. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e67b128fe6..203141b15c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-11-22 Joseph Myers + + * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Remove file. + * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise. + * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c: Likewise. + 2017-11-22 Paul Eggert * posix/regcomp.c (init_word_char): Add comments. -- cgit v1.2.3