diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-13 21:11:54 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-13 21:11:54 +0200 |
commit | 3012cfb0d26653cbd6ee0c8e4875d3df806bd473 (patch) | |
tree | 4bb2d288ab6f1f5b472777c3e8fb5040bea8284e /ChangeLog | |
parent | 52bcdf267b2c97c90852f1598c8c29d0494cb3b5 (diff) | |
download | glibc-3012cfb0d26653cbd6ee0c8e4875d3df806bd473.tar glibc-3012cfb0d26653cbd6ee0c8e4875d3df806bd473.tar.gz glibc-3012cfb0d26653cbd6ee0c8e4875d3df806bd473.tar.bz2 glibc-3012cfb0d26653cbd6ee0c8e4875d3df806bd473.zip |
ld.so: Remove internal_function attribute from various functions
These functions are invoked from other DSOs and should therefore
use the standard calling convention.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2017-08-13 Florian Weimer <fweimer@redhat.com> + * elf/dl-addr.c (_dl_addr): Remove internal_function. + * elf/dl-error-skeleton.c (_dl_signal_error, _dl_signal_cerror) + (_dl_catch_error, _dl_receive_error): Likewise. + * elf/dl-open.c (_dl_find_dso_for_object): Likewise. + * elf/dl-tls.c (_dl_allocate_tls_init, _dl_allocate_tls) + (_dl_deallocate_tls): Likewise. + * include/dlfcn.h (_dl_addr): Likewise. + * sysdeps/generic/ldsodefs.h (_dl_signal_error, _dl_signal_cerror) + (_dl_catch_error, _dl_receive_error, _dl_find_dso_for_object) + (_dl_allocate_tls_init, _dl_allocate_tls, _dl_deallocate_tls): + Likewise. + +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. |