about summary refs log tree commit diff
path: root/src/thread/sh/__unmapself.c
Commit message (Collapse)AuthorAgeFilesLines
* use hidden visibility for sh __unmapself backendsRich Felker2018-09-121-2/+2
|
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-1/+1
| | | | | | | | | 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 sh __unmapself code from arch/sh/src to main src treeRich Felker2016-01-221-0/+24