Remove alpha nearbyint wrapper.
commit72d13ed1bdb3154adce67a74b7d6ec240a6b12a4
authorJoseph Myers <joseph@codesourcery.com>
Wed, 4 Oct 2017 15:57:53 +0000 (4 15:57 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 4 Oct 2017 15:57:53 +0000 (4 15:57 +0000)
tree020b5fcf14b32e1255d04eb14991faccf9cacdd5
parent11c4f5010c58029e73e656d5df4f8f42c9b8e877
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
sysdeps/alpha/fpu/s_nearbyint.c [deleted file]