This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] ld.so: Remove internal_function attribute from various functions


On Sat, Aug 12, 2017 at 02:05:21PM +0200, Florian Weimer wrote:
> These functions are invoked from other DSOs and should therefore
> use the standard calling convention.
> 
> 2017-08-12  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.
> 

LGTM.

Thanks.

H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]