From bdc5c59214a9e4bd9a299deead29c04ddf141256 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 2 Oct 2017 13:01:02 +0100 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a60ba0a70e..a4eede1437 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-10-02 Szabolcs Nagy + + * math/w_lgamma.c: New file. + * math/w_lgammaf.c: New file. + * math/w_lgammal.c: New file. + 2017-10-02 Szabolcs Nagy * sysdeps/ieee754/flt-32/e_log2f.c (__log2f): Define without wrapper. -- cgit 1.4.1