diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-13 21:11:47 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-13 21:11:47 +0200 |
commit | 52bcdf267b2c97c90852f1598c8c29d0494cb3b5 (patch) | |
tree | 673b953c6b7a742554d0e96a3ac579283632f8d9 /ChangeLog | |
parent | e1d2ae8d217e50551802f3906099c8adc9f0811e (diff) | |
download | glibc-52bcdf267b2c97c90852f1598c8c29d0494cb3b5.zip glibc-52bcdf267b2c97c90852f1598c8c29d0494cb3b5.tar.gz glibc-52bcdf267b2c97c90852f1598c8c29d0494cb3b5.tar.bz2 |
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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |