about summary refs log tree commit diff
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* rework ldso handling of global symbol table for consistencyRich Felker2017-03-121-44/+53
* treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_symSzabolcs Nagy2017-03-111-3/+1
* fix crashes in x32 __tls_get_addrrofl0r2017-01-131-5/+5
* fix crash from corrupted tls module list after failed dlopenRich Felker2017-01-041-0/+1
* treat null vdso base same as missingBobby Bingham2016-11-111-1/+1
* generalize ELF hash table types not to assume 32-bit entriesRich Felker2016-11-111-2/+2
* fix ldso reserved library name handlingSzabolcs Nagy2016-11-071-19/+19
* fix accidental global static pointer in ldsoSzabolcs Nagy2016-11-071-1/+2
* generalize mips-specific reloc code not to hard-code sym/type encodingRich Felker2016-03-061-1/+1
* fix regression in SH/FDPIC dynamic linkerRich Felker2016-02-181-0/+2
* ldso: fix GDB dynamic linker info on MIPSFelix Fietkau2016-01-301-4/+7
* fix regression in dynamic-linked tls when both main app & libs have tlsRich Felker2016-01-301-1/+1
* move dynamic linker to its own top-level directory, ldsoRich Felker2016-01-252-0/+2077