aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2024-04-17Enable --enable-fortify-source with clangAdhemerval Zanella1-0/+8
2024-04-17elf: Fix tests that require interposable symbolsAdhemerval Zanella2-0/+2
2024-04-17i686: Do not build ifunc tests if compiler does not generate supported reloca...Adhemerval Zanella1-3/+15
2024-04-17i386: Disable some tests on clangAdhemerval Zanella1-0/+5
2024-04-17elf: Disable unload4 test on clangAdhemerval Zanella1-0/+5
2024-04-17elf: Disable tst-dlopen-nodelete-reloc if compiler does not generate STB_GNU_...Adhemerval Zanella1-15/+15
2024-04-17Undef attribute_relro on internal tests that include tls.hAdhemerval Zanella2-0/+4
2024-04-17elf: Do not cast TLS_DTV_UNALLOCATED to voidAdhemerval Zanella1-0/+2
2024-04-17elf: Suppress clang warning on tst-unique4Adhemerval Zanella2-1/+7
2024-04-17elf: Suppress clang warning on tst-unique3Adhemerval Zanella1-3/+8
2024-04-17Use check tests with trampolines iff compiler supports itAdhemerval Zanella1-5/+5
2024-04-17And defines to __attribute__ (__noclone__) iff compiler supports it.Adhemerval Zanella1-1/+1
2024-04-17elf: Suppress clang -Wstring-plus-int on rtld.cAdhemerval Zanella1-0/+6
2024-04-17elf: Supress clang -Wsometimes-uninitialized on _dl_debug_initializeAdhemerval Zanella1-1/+11
2024-04-17elf: Suppress unused function clang for __ifunc_resolverAdhemerval Zanella2-0/+8
2024-04-17Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella1-1/+1
2024-04-16elf/rtld: Count skipped environment variables for enable_secureJoe Simmons-Talbott3-8/+66
2024-04-13Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2-5/+3
2024-04-08elf: Add ld.so test with non-existing program nameFlorian Weimer2-0/+46
2024-04-08elf: Check objname before calling fatal_errorH.J. Lu1-1/+5
2024-04-08elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer1-0/+136
2024-03-23Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev2-1/+7
2024-03-19powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti3-0/+8
2024-03-19elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella1-13/+13
2024-03-19arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella5-7/+10
2024-02-29rtld: Add glibc.rtld.enable_secure tunable.Joe Simmons-Talbott5-0/+146
2024-02-28x86_64: Suppress false positive valgrind errorH.J. Lu2-3/+5
2024-02-28x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu6-0/+269
2024-02-23arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella2-3/+4
2024-02-22elf: Add new LoongArch reloc types (110 to 126) into elf.hXi Ruoyao1-0/+17
2024-02-09elf: Remove attempt at env handling in elf/tst-rtld-list-diagnostics.pyFlorian Weimer1-3/+2
2024-02-01elf: Remove _dl_sysdep_open_object hook functionFlorian Weimer2-60/+0
2024-01-29elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab1-4/+3
2024-01-10elf: Fix tst-nodeps2 test failure.Carlos O'Donell1-1/+4
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella1-3/+0
2024-01-05elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu3-0/+11
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert5-5/+5
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert395-396/+396
2024-01-01elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu1-2/+0
2023-12-20elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy5-0/+113
2023-12-20Fix elf/tst-env-setuid[-static] if test needs to be rerun.Stefan Liebler3-6/+42
2023-12-19elf: Do not set invalid tunables valuesAdhemerval Zanella3-6/+68
2023-12-19elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella3-53/+99
2023-12-08elf: Initialize GLRO(dl_lazy) before relocating libc in dynamic startupFlorian Weimer1-3/+3
2023-12-07elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella1-0/+1
2023-12-05elf: Refactor process_envvarsAdhemerval Zanella1-48/+84
2023-12-05elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella2-4/+8
2023-12-05elf: Ignore loader debug env vars for setuidAdhemerval Zanella2-8/+18
2023-11-29elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella5-0/+71
2023-11-28elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin1-0/+1