From f275f64e7e97fcfe31280aabd0d64591c90bbe18 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 2 Oct 2017 15:53:51 +0100 Subject: fix drem symbol for static linking and new targets The compat remainder code is no longer built for !LIBM_SVID_COMPAT targets, but the legacy drem, dremf and dreml symbols should be still defined since removing them may break existing code, so keep them as aliases in the non-compat remainder code. * math/w_remainder.c: New file. * math/w_remainderf.c: New file. * math/w_remainderl.c: New file. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d2444dd894..58aea77be0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-10-03 Szabolcs Nagy + + * math/w_remainder.c: New file. + * math/w_remainderf.c: New file. + * math/w_remainderl.c: New file. + 2017-10-03 H.J. Lu * elf/rtld.c (BOOTSTRAP_MAP): New. -- cgit v1.2.3