about summary refs log tree commit diff
path: root/src/internal/fdpic_crt.h
Commit message (Collapse)AuthorAgeFilesLines
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-2/+2
| | | | | | | | | 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.
* provide arch-generic fdpic self-relocation code for crt1 to useRich Felker2015-09-121-0/+28
this file is intended to be included by crt_arch.h on fdpic-based targets and needs to be called from the entry point asm.