Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add tlsdesc support for x86_64 | Rich Felker | 2014-06-19 | 1 | -0/+2 |
* | refactor to remove arch-specific relocation code from dynamic linker | Rich Felker | 2014-06-18 | 1 | -29/+12 |
* | dynamic linker: permit error returns from arch-specific reloc function | Rich Felker | 2014-06-16 | 1 | -1/+2 |
* | make the dynamic linker find its path file relative to its own location | Rich Felker | 2013-07-18 | 1 | -1/+1 |
* | fix incorrect TLS reloc macro names in x86_64 reloc.h | Rich Felker | 2012-10-05 | 1 | -3/+3 |
* | dynamic-linked TLS support for everything but dlopen'd libs | Rich Felker | 2012-10-04 | 1 | -1/+16 |
* | fix some symbol resolution issues in dynamic linker | Rich Felker | 2011-06-25 | 1 | -0/+1 |
* | proper path searching for dynamic linker | Rich Felker | 2011-06-25 | 1 | -0/+2 |
* | experimental dynamic linker! | Rich Felker | 2011-06-18 | 1 | -0/+28 |