about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-13 21:11:47 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-13 21:11:47 +0200
commit52bcdf267b2c97c90852f1598c8c29d0494cb3b5 (patch)
tree673b953c6b7a742554d0e96a3ac579283632f8d9 /ChangeLog
parente1d2ae8d217e50551802f3906099c8adc9f0811e (diff)
downloadglibc-52bcdf267b2c97c90852f1598c8c29d0494cb3b5.tar.gz
glibc-52bcdf267b2c97c90852f1598c8c29d0494cb3b5.tar.xz
glibc-52bcdf267b2c97c90852f1598c8c29d0494cb3b5.zip
Remove internal_function attribute from string-to-float functions
These are called across DSO boundaries and should therefore use
the standard calling convention.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c7c011f7b..613566a9f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2017-08-13  Florian Weimer  <fweimer@redhat.com>
 
+	* 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  <fweimer@redhat.com>
+
 	* elf/dl-support.c (_dl_make_stack_executable_hook): Remove
 	internal_function.
 	* nptl/allocatestack.c (__make_stacks_executable): Likewise.