about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* elf: Fix tests that require interposable symbolsAdhemerval Zanella2024-04-172-0/+2
* i686: Do not build ifunc tests if compiler does not generate supported reloca...Adhemerval Zanella2024-04-171-3/+15
* i386: Disable some tests on clangAdhemerval Zanella2024-04-171-0/+5
* elf: Disable unload4 test on clangAdhemerval Zanella2024-04-171-0/+5
* elf: Disable tst-dlopen-nodelete-reloc if compiler does not generate STB_GNU_...Adhemerval Zanella2024-04-171-15/+15
* Undef attribute_relro on internal tests that include tls.hAdhemerval Zanella2024-04-172-0/+4
* elf: Do not cast TLS_DTV_UNALLOCATED to voidAdhemerval Zanella2024-04-171-0/+2
* elf: Suppress clang warning on tst-unique4Adhemerval Zanella2024-04-172-1/+7
* elf: Suppress clang warning on tst-unique3Adhemerval Zanella2024-04-171-3/+8
* Use check tests with trampolines iff compiler supports itAdhemerval Zanella2024-04-171-5/+5
* And defines to __attribute__ (__noclone__) iff compiler supports it.Adhemerval Zanella2024-04-171-1/+1
* elf: Suppress clang -Wstring-plus-int on rtld.cAdhemerval Zanella2024-04-171-0/+6
* elf: Supress clang -Wsometimes-uninitialized on _dl_debug_initializeAdhemerval Zanella2024-04-171-1/+11
* elf: Suppress unused function clang for __ifunc_resolverAdhemerval Zanella2024-04-172-0/+8
* Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella2024-04-171-1/+1
* elf/rtld: Count skipped environment variables for enable_secureJoe Simmons-Talbott2024-04-163-8/+66
* Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2024-04-132-5/+3
* elf: Add ld.so test with non-existing program nameFlorian Weimer2024-04-082-0/+46
* elf: Check objname before calling fatal_errorH.J. Lu2024-04-081-1/+5
* elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer2024-04-081-0/+136
* Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev2024-03-232-1/+7
* powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti2024-03-193-0/+8
* elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella2024-03-191-13/+13
* arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella2024-03-195-7/+10
* rtld: Add glibc.rtld.enable_secure tunable.Joe Simmons-Talbott2024-02-295-0/+146
* x86_64: Suppress false positive valgrind errorH.J. Lu2024-02-282-3/+5
* x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu2024-02-286-0/+269
* arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella2024-02-232-3/+4
* elf: Add new LoongArch reloc types (110 to 126) into elf.hXi Ruoyao2024-02-221-0/+17
* elf: Remove attempt at env handling in elf/tst-rtld-list-diagnostics.pyFlorian Weimer2024-02-091-3/+2
* elf: Remove _dl_sysdep_open_object hook functionFlorian Weimer2024-02-012-60/+0
* elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab2024-01-291-4/+3
* elf: Fix tst-nodeps2 test failure.Carlos O'Donell2024-01-101-1/+4
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-081-3/+0
* elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu2024-01-053-0/+11
* Update copyright dates not handled by scripts/update-copyrightsPaul Eggert2024-01-015-5/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01395-396/+396
* elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu2024-01-011-2/+0
* elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy2023-12-205-0/+113
* Fix elf/tst-env-setuid[-static] if test needs to be rerun.Stefan Liebler2023-12-203-6/+42
* elf: Do not set invalid tunables valuesAdhemerval Zanella2023-12-193-6/+68
* elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella2023-12-193-53/+99
* elf: Initialize GLRO(dl_lazy) before relocating libc in dynamic startupFlorian Weimer2023-12-081-3/+3
* elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella2023-12-071-0/+1
* elf: Refactor process_envvarsAdhemerval Zanella2023-12-051-48/+84
* elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella2023-12-052-4/+8
* elf: Ignore loader debug env vars for setuidAdhemerval Zanella2023-12-052-8/+18
* elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella2023-11-295-0/+71
* elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin2023-11-281-0/+1
* elf: Relocate libc.so early during startup and dlmopen (bug 31083)Florian Weimer2023-11-277-2/+118