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