aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer1-2/+1
2022-10-31elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)H.J. Lu1-2/+2
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer1-0/+1
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella1-5/+0
2022-10-06elf: Remove legacy hwcaps support from the dynamic loaderJavier Pello1-6/+0
2022-08-26elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer1-0/+7
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer1-1/+1
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer1-1/+1
2022-08-16elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer1-16/+24
2022-08-03assert: Do not use stderr in libc-internal assertFlorian Weimer1-0/+1
2022-07-08elf: Rename tst-audit26 to tst-audit28Florian Weimer1-5/+5
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James1-1/+1
2022-05-27dlsym: Make RTLD_NEXT prefer default version definition [BZ #14932]Fangrui Song1-0/+7
2022-05-23elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)Noah Goldstein1-0/+1
2022-05-18Enable DT_RELR in glibc shared libraries and PIEs automaticallyH.J. Lu1-1/+4
2022-05-16csu: Implement and use _dl_early_allocate during static startupFlorian Weimer1-0/+19
2022-04-28Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra1-2/+1
2022-04-27elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella1-0/+54
2022-04-26elf: Add more DT_RELR testsH.J. Lu1-3/+73
2022-04-26elf: Support DT_RELR relative relocation format [BZ #27924]Fangrui Song1-0/+25
2022-04-26Add GLIBC_ABI_DT_RELR for DT_RELR supportH.J. Lu1-2/+12
2022-04-26dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer1-0/+6
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer1-0/+33
2022-04-22scripts: Add glibcelf.py moduleFlorian Weimer1-0/+7
2022-04-14S390: Add new s390 platform z16.Stefan Liebler1-0/+8
2022-02-28Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer1-0/+5
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu1-0/+3
2022-02-10elf: Remove prelink supportAdhemerval Zanella1-16/+0
2022-02-09hppa: Fix bind-now audit (BZ #28857)Adhemerval Zanella1-1/+1
2022-02-06elf: Replace tst-audit24bmod2.so with tst-audit24bmod2H.J. Lu1-1/+1
2022-02-02Fix elf/tst-audit25a with default bind now toolchainsSzabolcs Nagy1-0/+1
2022-02-01elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella1-1/+88
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella1-0/+8
2022-02-01elf: Add la_activity during application exitAdhemerval Zanella1-0/+7
2022-01-28Fix elf/loadfail test build dependenciesSzabolcs Nagy1-1/+3
2022-01-27Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer1-0/+1
2022-01-26Guard tst-valgrind-smoke.out with run-built-testsMark Wielaard1-0/+2
2022-01-26elf: Replace tst-p_alignmod1-editX with a python scriptAdhemerval Zanella1-10/+4
2022-01-24elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]H.J. Lu1-0/+9
2022-01-24elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]H.J. Lu1-0/+13
2022-01-24elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]H.J. Lu1-0/+17
2022-01-24Add and use link-test-modules-rpath-link [BZ #28455]H.J. Lu1-0/+7
2022-01-22Add valgrind smoke testAlexandra Hájková1-0/+7
2022-01-18elf: Move _dl_setup_hash to its own fileFlorian Weimer1-0/+2
2022-01-17elf: Reinstate tst-audit17Adhemerval Zanella1-0/+1
2022-01-14Add --with-rtld-early-cflags configure optionFlorian Weimer1-0/+8
2022-01-14elf: Split dl-printf.c from dl-misc.cFlorian Weimer1-0/+1
2022-01-14elf/Makefile: Reflow and sort most variable assignmentsFlorian Weimer1-102/+318
2022-01-04elf: Add a comment after trailing backslashesH.J. Lu1-0/+4
2022-01-04elf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455]H.J. Lu1-3/+8