From 52bcdf267b2c97c90852f1598c8c29d0494cb3b5 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sun, 13 Aug 2017 21:11:47 +0200 Subject: Remove internal_function attribute from string-to-float functions These are called across DSO boundaries and should therefore use the standard calling convention. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5c7c011f7b..613566a9f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-08-13 Florian Weimer + + * include/stdlib.h: (__strtof_nan, __strtod_nan, __strtold_nan) + (__wcstof_nan, __wcstod_nan, __wcstold_nan): Remove + internal_function. + * stdlib/sttod_nan_main.c (STRTOD_NAN): Likewise. + 2017-08-13 Florian Weimer * elf/dl-support.c (_dl_make_stack_executable_hook): Remove -- cgit 1.4.1