about summary refs log tree commit diff
path: root/arch/arm/reloc.h
Commit message (Expand)AuthorAgeFilesLines
* fix dynamic linker path file selection for arm vs armhfRich Felker2016-01-201-3/+3
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-091-5/+0
* make arm reloc.h CRTJMP macro compatible with thumbRich Felker2015-05-141-0/+5
* dynamic linker bootstrap overhaulRich Felker2015-04-131-24/+12
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-181-25/+12
* dynamic linker: permit error returns from arch-specific reloc functionRich Felker2014-06-161-1/+2
* disable legacy init/fini processing on ARMRich Felker2013-07-221-0/+2
* make the dynamic linker find its path file relative to its own locationRich Felker2013-07-181-1/+14
* add support for TLS variant I, presently needed for arm and mipsRich Felker2012-10-151-2/+2
* dynamic-linked TLS support for everything but dlopen'd libsRich Felker2012-10-041-1/+16
* typo (copy 2) in arm reloc.hRich Felker2011-10-011-1/+1
* typo in arm reloc.hRich Felker2011-10-011-1/+1
* first attempt at arm dynamic linkingRich Felker2011-10-011-0/+26