about summary refs log tree commit diff
path: root/elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu2024-04-251-0/+1
* elf: Introduce to _dl_call_finiFlorian Weimer2023-09-111-0/+1
* elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer2023-02-081-0/+6
* Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra2022-09-151-2/+1
* elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer2022-09-131-16/+6
* elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer2022-08-301-0/+25
* csu: Implement and use _dl_early_allocate during static startupFlorian Weimer2022-05-171-0/+19
* Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer2022-05-171-0/+5
* elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella2022-04-271-0/+54
* dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer2022-04-261-0/+6
* Default to --with-default-link=no (bug 25812)Florian Weimer2022-04-221-0/+33
* scripts: Add glibcelf.py moduleFlorian Weimer2022-04-221-0/+7
* S390: Add new s390 platform z16.Stefan Liebler2022-04-141-0/+8
* hppa: Fix bind-now audit (BZ #28857)Adhemerval Zanella2022-03-031-1/+1
* elf: Replace tst-audit24bmod2.so with tst-audit24bmod2H.J. Lu2022-02-221-1/+1
* Fix elf/tst-audit25a with default bind now toolchainsSzabolcs Nagy2022-02-021-0/+1
* elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella2022-02-011-1/+88
* elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella2022-02-011-0/+8
* elf: Add la_activity during application exitAdhemerval Zanella2022-02-011-0/+7
* Fix elf/loadfail test build dependenciesSzabolcs Nagy2022-01-281-1/+3
* Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer2022-01-271-0/+1
* Guard tst-valgrind-smoke.out with run-built-testsMark Wielaard2022-01-261-0/+2
* elf: Replace tst-p_alignmod1-editX with a python scriptAdhemerval Zanella2022-01-261-10/+4
* elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]H.J. Lu2022-01-241-0/+9
* elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]H.J. Lu2022-01-241-0/+13
* elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]H.J. Lu2022-01-241-0/+17
* Add and use link-test-modules-rpath-link [BZ #28455]H.J. Lu2022-01-241-0/+7
* Add valgrind smoke testAlexandra Hájková2022-01-221-0/+7
* elf: Move _dl_setup_hash to its own fileFlorian Weimer2022-01-181-0/+2
* elf: Reinstate tst-audit17Adhemerval Zanella2022-01-171-0/+1
* Add --with-rtld-early-cflags configure optionFlorian Weimer2022-01-141-0/+8
* elf: Split dl-printf.c from dl-misc.cFlorian Weimer2022-01-141-0/+1
* elf/Makefile: Reflow and sort most variable assignmentsFlorian Weimer2022-01-141-102/+318
* elf: Add a comment after trailing backslashesH.J. Lu2022-01-041-0/+4
* elf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455]H.J. Lu2022-01-041-3/+8
* elf: Fix tst-linkall-static link when pthread is not in libcSamuel Thibault2022-01-041-0/+4
* elf: Sort tests and modules-namesH.J. Lu2022-01-031-147/+405
* Remove stale reference to libanl.aAdhemerval Zanella2022-01-031-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Add _dl_find_object functionFlorian Weimer2021-12-281-4/+51
* elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella2021-12-281-0/+5
* elf: Issue audit la_objopen for vDSOAdhemerval Zanella2021-12-281-0/+5
* elf: Add audit tests for modules with TLSDESCAdhemerval Zanella2021-12-281-0/+16
* elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella2021-12-281-1/+13
* elf: Add _dl_audit_objopenAdhemerval Zanella2021-12-281-1/+1
* Add a testcase to check alignment of PT_LOAD segment [BZ #28676]H.J. Lu2021-12-101-2/+12
* elf: Install a symbolic link to ld.so as /usr/bin/ld.soFlorian Weimer2021-12-101-1/+6
* elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer2021-12-051-0/+3
* elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella2021-11-181-1/+8
* elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer2021-11-171-1/+1