Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | define and use internal macros for hidden visibility, weak refs | Rich Felker | 2018-09-05 | 1 | -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 use | Rich Felker | 2015-09-12 | 1 | -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. |