aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2021-03-24elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault
2021-03-19elf: Add EM_INTELGT for Intel Graphics TechnologyH.J. Lu
2021-03-15Build libc-start with stack protector for SHAREDSiddhesh Poyarekar
2021-03-15Add inhibit_stack_protector to ifuncmain9 [BZ #25680]David Hughes
2021-03-15elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer
2021-03-12elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell
2021-03-02ld.so: Implement the --list-diagnostics optionFlorian Weimer
2021-03-02elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]Florian Weimer
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer
2021-02-23nptl: Move elision implementations into libcFlorian Weimer
2021-02-12elf: Do not copy vDSO soname when setting up link mapFlorian Weimer
2021-02-10tunables: Disallow negative values for some tunablesSiddhesh Poyarekar
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar
2021-02-05Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h.Joseph Myers
2021-02-02tst-rtld-list-tunables.sh: Unset glibc tunablesH.J. Lu
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu
2021-02-01elf: Replace a --defsym trick with an object file to be compatible with LLDFangrui Song
2021-01-29elf: Fix tests that rely on ld.so.cache for cross-compilingAdhemerval Zanella
2021-01-27elf: Limit tst-prelink-cmp target archsMatheus Castanho
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy
2021-01-21elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy
2021-01-21elf: Make the tunable struct definition internal onlySzabolcs Nagy
2021-01-19Use <startup.h> in __libc_init_secureH.J. Lu
2021-01-19elf: Avoid RELATIVE relocation for _dl_sysinfoH.J. Lu
2021-01-15ld.so: Add --list-tunables to print tunable valuesH.J. Lu
2021-01-13ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019]H.J. Lu
2021-01-13ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu
2021-01-13elf: work around a gcc bug in elf_get_dynamic_infoSzabolcs Nagy
2021-01-07x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]H.J. Lu
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-23elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcapsFlorian Weimer
2020-12-21elf: Add a tunable to control use of tagged memoryRichard Earnshaw
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer
2020-12-15elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer
2020-12-15elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy
2020-12-15elf: inline lose for error handlingSzabolcs Nagy
2020-12-12elf.h: Remove SHF_GNU_BUILD_NOTE.Mark Wielaard
2020-12-12elf.h: fix spelling typos in commentsDmitry V. Levin
2020-12-11elf: Fix dl-load.cSzabolcs Nagy
2020-12-11elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy
2020-12-11elf: Move note processing after l_phdr is updatedSzabolcs Nagy
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin
2020-12-10elf: Include <sys/param.h> in cache.cFlorian Weimer
2020-12-10s390x: Add glibc-hwcaps supportFlorian Weimer
2020-12-10elf: Fix run-time dependencies of tst-dlopen-fail-2Florian Weimer
2020-12-09elf: Fix incorrect comparison in sort_priorities_by_nameFlorian Weimer
2020-12-04powerpc64le: Add glibc-hwcaps supportFlorian Weimer
2020-12-04elf: Add missing <stddef.h> header to elf/dl-hwcaps.hMatheus Castanho