From 18c08b96414c7bb01af92bfef8d542ffc7bdaf80 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 13 Oct 2017 23:09:48 +0000 Subject: Support strfromf128 alias. This patch adds support for building strfromf128 as an alias of strfroml, in the case of __HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128. Tested with build-many-glibcs.py that installed stripped shared libraries are unchanged by this patch. Also tested together with changes to enable float128 aliases. * stdlib/strfroml.c: Include . [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strfromf128): Define before include of and undefine afterwards, then define as weak alias. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f3cca14..46abc65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2017-10-13 Joseph Myers + * stdlib/strfroml.c: Include . + [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strfromf128): + Define before include of and undefine afterwards, then + define as weak alias. + * sysdeps/ieee754/ldbl-64-128/s_nextafterl.c (weak_alias): Undefine and restore default definition. Use libm_alias_ldouble_other. -- cgit v1.1