about summary refs log tree commit diff
path: root/arch/arm/reloc.h
Commit message (Expand)AuthorAgeFilesLines
* ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logicRich Felker2023-11-061-1/+1
* remove use of endian.h from arch reloc.h headers, clean upRich Felker2019-10-171-2/+0
* add TLSDESC support for 32-bit armRich Felker2018-10-011-1/+3
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-021-1/+1
* 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