summaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)Author
2026-03-16elf: factor out ld.conf parsingDJ Delorie
2026-03-15resolv: Move libanl symbols to libc on hurd tooSamuel Thibault
2026-03-15elf: Drop librt.so from localplt-built-dsoSamuel Thibault
2026-03-12Support loading libunwind instead of libgcc_sAdhemerval Zanella
2026-03-12configure: Parametrize runtime libraries to support compiler-rtAdhemerval Zanella
2026-03-10feat(rtld): Allow LD_DEBUG category exclusionFrédéric Bérat
2026-03-10elf(tls): Add debug logging for TLS operationsFrédéric Bérat
2026-02-18elf: Use dl-symbol-redir-ifunc.h instead _dl_strlenAdhemerval Zanella
2026-02-04elf: Build tst-gnu2-tls2 iff compiler supports TLS descriptorAdhemerval Zanella
2026-02-02elf: Add test case for LD_PROFILE/LD_PROFILE_OUTPUT interactionFlorian Weimer
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-11-21Enable --enable-fortify-source with clangAdhemerval Zanella
2025-11-10Filter out internal abort during ld.so buildAdhemerval Zanella
2025-11-08Add missing $(rpath-link) to elf/ld.so --library-pathSamuel Thibault
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda
2025-08-01elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943)Florian Weimer
2025-07-28elf: Compile _dl_debug_state separately (bug 33224)Florian Weimer
2025-07-05elf: Restore support for _r_debug interpositions and copy relocationsFlorian Weimer
2025-06-26elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload}Florian Weimer
2025-06-19i386: Update ___tls_get_addr to preserve vector registersH.J. Lu
2025-06-04Makefile: Avoid $(objpfx)/ in makefilesFlorian Weimer
2025-05-20elf: Test case for bug 32976 (CVE-2025-4802)Florian Weimer
2025-05-05S390: Add new s390 platform z17.Stefan Liebler
2025-04-08elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)Adhemerval Zanella
2025-03-31elf: Fix tst-origin build when toolchain defaults to --as-needed (BZ 32823)John David Anglin
2025-03-21elf: Use +nolink-deps to add make-only dependency for tst-originFlorian Weimer
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella
2025-03-18elf: Fix tst-origin make rulesAdhemerval Zanella
2025-03-17elf: Fix tst-origin make rulesAdhemerval Zanella
2025-03-13elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]Adhemerval Zanella
2025-03-11elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructorFlorian Weimer
2025-03-07elf: Fix handling of symbol versions which hash to zero (bug 29190)Florian Weimer
2025-03-07elf: Check if __attribute__ ((aligned (65536))) is supportedH.J. Lu
2025-03-06static-pie: Skip the empty PT_LOAD segment at offset 0 [BZ #32763]H.J. Lu
2025-03-04Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717]Sam James
2025-02-13elf: Keep using minimal malloc after early DTV resize (bug 32412)Florian Weimer
2025-02-01elf: Do not add a copy of _dl_find_object to libc.soFlorian Weimer
2025-01-09elf: Always define TLS_TP_OFFSETFlorian Weimer
2025-01-08elf: Minimize library dependencies of tst-nolink-libc.cFlorian Weimer
2025-01-07elf: Second ld.so relocation only if libc.so has been loadedFlorian Weimer
2025-01-04Rename have-mtls-descriptor to have-test-mtls-descriptorH.J. Lu
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-31elf: Add glibc.rtld.execstackAdhemerval Zanella
2024-12-31elf: Add tst-execstack-prog-staticAdhemerval Zanella
2024-12-22elf: Enable tst-dlopen-nodelete-reloc if TEST_CXX supports STB_GNU_UNIQUEH.J. Lu
2024-12-22elf: Compile test modules with -fsemantic-interpositionH.J. Lu
2024-12-22Enable execstack tests only if compiler supports trampolineH.J. Lu
2024-12-19Add further DSO dependency sorting testsJoseph Myers
2024-12-05Fix typo in elf/Makefile:postclean-generatedJoseph Myers
2024-12-05Add further test of TLSJoseph Myers