about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2017-10-02 13:01:02 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2017-10-02 17:33:13 +0100
commitbdc5c59214a9e4bd9a299deead29c04ddf141256 (patch)
treeb523a6912c7543ec8df12710c19141de6862a858 /ChangeLog
parentbd4430c2a6d9d4deb49cab20ebe6aaf8a779ba0d (diff)
downloadglibc-bdc5c59214a9e4bd9a299deead29c04ddf141256.tar.gz
glibc-bdc5c59214a9e4bd9a299deead29c04ddf141256.tar.xz
glibc-bdc5c59214a9e4bd9a299deead29c04ddf141256.zip
fix gamma symbol for static linking and new targets
The lgamma compat code is no longer built for !LIBM_SVID_COMPAT targets,
but the legacy gamma, gammaf and gammal symbols should be still defined,
so make them aliases to the non-compat lgamma code.

	* math/w_lgamma.c: New file.
	* math/w_lgammaf.c: New file.
	* math/w_lgammal.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a60ba0a70e..a4eede1437 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2017-10-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
+	* math/w_lgamma.c: New file.
+	* math/w_lgammaf.c: New file.
+	* math/w_lgammal.c: New file.
+
+2017-10-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
 	* sysdeps/ieee754/flt-32/e_log2f.c (__log2f): Define without wrapper.
 	* sysdeps/ieee754/flt-32/e_logf.c (__logf): Likewise
 	* sysdeps/ieee754/flt-32/e_powf.c (__powf): Likewise