summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2024-07-08elf.h: Define GNU_PROPERTY_AARCH64_FEATURE_1_GCSSzabolcs Nagy
2024-07-04elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella
2024-07-03nptl: fix potential merge of __rseq_* relro symbolsMichael Jeanson
2024-07-03elf/rtld: Fix auxiliary vector for enable_secureStefan Liebler
2024-07-01elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer
2024-07-01Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell
2024-06-18elf: Remove HWCAP_IMPORTANTStefan Liebler
2024-06-18elf: Remove LD_HWCAP_MASK / tunable glibc.cpu.hwcap_maskStefan Liebler
2024-06-18elf: Remove _dl_string_platformStefan Liebler
2024-06-18elf: Remove loading legacy hwcaps/platform entries in dynamic loaderStefan Liebler
2024-06-14elf: Change module-names to modules-names in commentsH.J. Lu
2024-06-12linux: Remove __stack_protAdhemerval Zanella
2024-06-04Add more NT_ARM_* constants from Linux kernel to elf.hJoseph Myers
2024-06-03elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer
2024-05-30elf: add note identifier for dlopen metadataLuca Boccassi
2024-05-30elf: update NT_FDO_PACKAGING_METADATA spec URLLuca Boccassi
2024-05-25elf/Makefile: Split and sort PIE testsH.J. Lu
2024-05-21Obsolete _dl_mcount_wrapper in glibc 2.40 [BZ #31765]H.J. Lu
2024-05-15LoongArch: Add support for TLS Descriptorsmengqinggang
2024-05-07elf: Make glibc.rtld.enable_secure ignore alias environment variablesAdhemerval Zanella
2024-05-07support: Add envp argument to support_capture_subprogramAdhemerval Zanella
2024-05-07elf: Remove glibc.rtld.enable_secure check from parse_tunables_stringAdhemerval Zanella
2024-05-07elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella
2024-04-25elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu
2024-04-22Revert "Allow glibc to be compiled without EXEC_PAGESIZE"Samuel Thibault
2024-04-22elf: Do not check for loader mmap on tst-decorate-maps (BZ 31553)Adhemerval Zanella
2024-04-16elf/rtld: Count skipped environment variables for enable_secureJoe Simmons-Talbott
2024-04-13Revert "x86_64: Suppress false positive valgrind error"Florian Weimer
2024-04-08elf: Add ld.so test with non-existing program nameFlorian Weimer
2024-04-08elf: Check objname before calling fatal_errorH.J. Lu
2024-04-08elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer
2024-03-23Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev
2024-03-19powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti
2024-03-19elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella
2024-03-19arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella
2024-02-29rtld: Add glibc.rtld.enable_secure tunable.Joe Simmons-Talbott
2024-02-28x86_64: Suppress false positive valgrind errorH.J. Lu
2024-02-28x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu
2024-02-23arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella
2024-02-22elf: Add new LoongArch reloc types (110 to 126) into elf.hXi Ruoyao
2024-02-09elf: Remove attempt at env handling in elf/tst-rtld-list-diagnostics.pyFlorian Weimer
2024-02-01elf: Remove _dl_sysdep_open_object hook functionFlorian Weimer
2024-01-29elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab
2024-01-10elf: Fix tst-nodeps2 test failure.Carlos O'Donell
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella
2024-01-05elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-01-01elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu
2023-12-20elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy