summaryrefslogtreecommitdiff
path: root/arch/x86_64/reloc.h
AgeCommit message (Expand)AuthorLines
2014-06-19add tlsdesc support for x86_64Rich Felker-0/+2
2014-06-18refactor to remove arch-specific relocation code from dynamic linkerRich Felker-29/+12
2014-06-16dynamic linker: permit error returns from arch-specific reloc functionRich Felker-1/+2
2013-07-18make the dynamic linker find its path file relative to its own locationRich Felker-1/+1
2012-10-05fix incorrect TLS reloc macro names in x86_64 reloc.hRich Felker-3/+3
2012-10-04dynamic-linked TLS support for everything but dlopen'd libsRich Felker-1/+16
2011-06-25fix some symbol resolution issues in dynamic linkerRich Felker-0/+1
2011-06-25proper path searching for dynamic linkerRich Felker-0/+2
2011-06-18experimental dynamic linker!Rich Felker-0/+28