From 72d13ed1bdb3154adce67a74b7d6ec240a6b12a4 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 4 Oct 2017 15:57:53 +0000 Subject: Remove alpha nearbyint wrapper. Given my recent changes, sysdeps/alpha/fpu/s_nearbyint.c is no longer needed: it just includes the dbl-64/wordsize-64 version, which is the one that would be used anyway, and defines a compat symbol, duplicating the same compat symbol defined by the dbl-64/wordsize-64 version through use of libm_alias_double. Thus, this patch removes the redundant wrapper. Tested with build-many-glibcs.py that installed stripped shared libraries are unchanged for alpha. * sysdeps/alpha/fpu/s_nearbyint.c: Remove file. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31f402a7f6..d326995de1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-10-04 Joseph Myers + + * sysdeps/alpha/fpu/s_nearbyint.c: Remove file. + 2017-10-04 Florian Weimer * scripts/check-local-headers.sh: Ignore nspr4 header file -- cgit 1.4.1