about summary refs log tree commit diff
path: root/src/ldso/dlerror.c
Commit message (Collapse)AuthorAgeFilesLines
* move tlsdesc and internal dl function declarations to dynlink.hRich Felker2018-09-121-2/+1
|
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-6/+3
| | | | | | | | | this cleans up what had become widespread direct inline use of "GNU C" style attributes directly in the source, and lowers the barrier to increased use of hidden visibility, which will be useful to recovering some of the efficiency lost when the protected visibility hack was dropped in commit dc2f368e565c37728b0d620380b849c3a1ddd78f, especially on archs where the PLT ABI is costly.
* move static-linked stub invalid dso handle checking out of dynlink.cRich Felker2016-01-251-0/+12
|
* factor dlerror and error-setting code out of dynlink.cRich Felker2016-01-251-0/+52
the ultimate goal of this change is to get all code used in libc.a out of dynlink.c, so that the dynamic linker code can be moved to its own tree and object files in the src tree can all be shared between libc.a and libc.so.