about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/localplt.data
Commit message (Collapse)AuthorAgeFilesLines
* hurd: whitelist ld.so PLTs supposed to be avoided by rtld_hiddenSamuel Thibault2018-04-021-0/+12
| | | | | | | * sysdeps/mach/hurd/localplt.data (ld.so): Add _dl_allocate_tls, _dl_allocate_tls_init, _dl_exception_create, _dl_exception_create_format, _dl_exception_free, _dl_find_dso_for_object, _dl_init_first, _dl_mcount, ___tls_get_addr, __tunable_get_val.
* hurd: Update localplt.dataSamuel Thibault2018-04-021-8/+28
| | | | | * sysdeps/mach/hurd/localplt.data: Inherit sysdeps/generic/localplt.data and comment functions currently unused.
* hurd: Add __errno_location to overridable ld.so symbolsSamuel Thibault2018-04-021-0/+1
| | | | * sysdeps/mach/hurd/localplt.data (ld.so): Add __errno_location.
* hurd: whitelist rtld symbols expected to be overridableSamuel Thibault2018-04-021-0/+20
* sysdeps/mach/hurd/localplt.data: New file.