summaryrefslogtreecommitdiff
path: root/arch/arm/reloc.h
AgeCommit message (Expand)AuthorLines
2016-01-20fix dynamic linker path file selection for arm vs armhfRich Felker-3/+3
2015-11-09remove non-working pre-armv4t support from arm asmRich Felker-5/+0
2015-05-14make arm reloc.h CRTJMP macro compatible with thumbRich Felker-0/+5
2015-04-13dynamic linker bootstrap overhaulRich Felker-24/+12
2014-06-18refactor to remove arch-specific relocation code from dynamic linkerRich Felker-25/+12
2014-06-16dynamic linker: permit error returns from arch-specific reloc functionRich Felker-1/+2
2013-07-22disable legacy init/fini processing on ARMRich Felker-0/+2
2013-07-18make the dynamic linker find its path file relative to its own locationRich Felker-1/+14
2012-10-15add support for TLS variant I, presently needed for arm and mipsRich Felker-2/+2
2012-10-04dynamic-linked TLS support for everything but dlopen'd libsRich Felker-1/+16
2011-10-01typo (copy 2) in arm reloc.hRich Felker-1/+1
2011-10-01typo in arm reloc.hRich Felker-1/+1
2011-10-01first attempt at arm dynamic linkingRich Felker-0/+26