aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-12-01 23:58:05 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-12-01 23:58:05 +0000
commit0ddde474db4e466a991652049888b7dbb8515f69 (patch)
treed34e31c6119aae583eed78a23f93831816fe28dc /ChangeLog
parent0d5ba561c1ef3d4abf060bbdba88c29379d4adbe (diff)
downloadglibc-0ddde474db4e466a991652049888b7dbb8515f69.zip
glibc-0ddde474db4e466a991652049888b7dbb8515f69.tar.gz
glibc-0ddde474db4e466a991652049888b7dbb8515f69.tar.bz2
Define powerpc64 lroundl compat symbol only once.
sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c defines the lroundl compat symbol, version GLIBC_2_1, twice, once based on llround and once based on __lround. Those are aliases for each other (llround weak, __lround strong), but defining it twice does not make sense. This patch changes it to define the compat symbol once only, matching how libm_alias_double defines it. Tested with build-many-glibcs.py for its powerpc64 configurations. * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c [LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)] (lroundl): Do not define compat symbol based on llround.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bc6376..e65ca61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-12-01 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
+ [LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)] (lroundl): Do not define
+ compat symbol based on llround.
+
* sysdeps/powerpc/power7/fpu/s_logb.c
[LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Define as compat
symbol based on __logb, not on logb.