aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-6/+2
2021-02-23nptl: Move elision implementations into libcFlorian Weimer1-0/+6
2021-02-12elf: Do not copy vDSO soname when setting up link mapFlorian Weimer1-12/+5
2021-02-10tunables: Disallow negative values for some tunablesSiddhesh Poyarekar2-1/+7
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar3-108/+61
2021-02-05Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h.Joseph Myers1-0/+2
2021-02-02tst-rtld-list-tunables.sh: Unset glibc tunablesH.J. Lu1-0/+11
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu2-0/+14
2021-02-01elf: Replace a --defsym trick with an object file to be compatible with LLDFangrui Song1-7/+6
2021-01-29elf: Fix tests that rely on ld.so.cache for cross-compilingAdhemerval Zanella2-0/+0
2021-01-27elf: Limit tst-prelink-cmp target archsMatheus Castanho3-8/+51
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy4-0/+16
2021-01-21elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy2-3/+3
2021-01-21elf: Make the tunable struct definition internal onlySzabolcs Nagy2-37/+40
2021-01-19Use <startup.h> in __libc_init_secureH.J. Lu1-3/+3
2021-01-19elf: Avoid RELATIVE relocation for _dl_sysinfoH.J. Lu1-2/+8
2021-01-15ld.so: Add --list-tunables to print tunable valuesH.J. Lu8-2/+130
2021-01-13ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019]H.J. Lu3-15/+9
2021-01-13ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu9-18/+186
2021-01-13elf: work around a gcc bug in elf_get_dynamic_infoSzabolcs Nagy1-23/+18
2021-01-07x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]H.J. Lu1-20/+15
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert5-5/+5
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert267-268/+268
2020-12-23elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcapsFlorian Weimer1-0/+1
2020-12-21elf: Add a tunable to control use of tagged memoryRichard Earnshaw1-0/+9
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer3-8/+9
2020-12-15elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer1-0/+11
2020-12-15elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy1-10/+15
2020-12-15elf: inline lose for error handlingSzabolcs Nagy1-48/+39
2020-12-12elf.h: Remove SHF_GNU_BUILD_NOTE.Mark Wielaard1-1/+0
2020-12-12elf.h: fix spelling typos in commentsDmitry V. Levin1-3/+3
2020-12-11elf: Fix dl-load.cSzabolcs Nagy1-15/+0
2020-12-11elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer3-2/+43
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy2-7/+9
2020-12-11elf: Move note processing after l_phdr is updatedSzabolcs Nagy1-0/+15
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin2-3/+3
2020-12-10elf: Include <sys/param.h> in cache.cFlorian Weimer1-0/+1
2020-12-10s390x: Add glibc-hwcaps supportFlorian Weimer2-1/+11
2020-12-10elf: Fix run-time dependencies of tst-dlopen-fail-2Florian Weimer1-1/+1
2020-12-09elf: Fix incorrect comparison in sort_priorities_by_nameFlorian Weimer1-1/+1
2020-12-04powerpc64le: Add glibc-hwcaps supportFlorian Weimer2-1/+7
2020-12-04elf: Add missing <stddef.h> header to elf/dl-hwcaps.hMatheus Castanho1-0/+1
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer2-1/+11
2020-12-04elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer10-3/+508
2020-12-04elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer2-51/+361
2020-12-04elf: Implement tail merging of strings in ldconfigFlorian Weimer2-39/+40
2020-12-04elf: Implement a string table for ldconfig, with tail mergingFlorian Weimer5-1/+488
2020-12-04elf: Add extension mechanism to ld.so.cacheFlorian Weimer1-0/+89
2020-12-04elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer2-1/+30
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer15-28/+769