aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer1-1/+0
2021-05-21elf: Use custom NODELETE DSO for tst-dlopenfail, tst-dlopenfail-2Florian Weimer1-2/+9
2021-05-17elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer1-3/+8
2021-05-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER1-3/+1
2021-05-11elf: Add test case for [BZ #19329]Szabolcs Nagy1-2/+7
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer1-1/+2
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer1-2/+4
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer1-1/+1
2021-04-21dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer1-2/+6
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer1-0/+2
2021-04-15elf: Add a DTV setup test [BZ #27136]Szabolcs Nagy1-1/+9
2021-04-12Enhance setuid-tunables testSiddhesh Poyarekar1-2/+0
2021-03-24elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault1-5/+12
2021-03-15Build libc-start with stack protector for SHAREDSiddhesh Poyarekar1-4/+0
2021-03-15elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer1-2/+16
2021-03-12elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell1-1/+4
2021-03-02ld.so: Implement the --list-diagnostics optionFlorian Weimer1-1/+4
2021-03-02elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]Florian Weimer1-1/+1
2021-02-01elf: Replace a --defsym trick with an object file to be compatible with LLDFangrui Song1-7/+6
2021-01-27elf: Limit tst-prelink-cmp target archsMatheus Castanho1-7/+2
2021-01-15ld.so: Add --list-tunables to print tunable valuesH.J. Lu1-0/+11
2021-01-13ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019]H.J. Lu1-0/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-11elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer1-1/+1
2020-12-10s390x: Add glibc-hwcaps supportFlorian Weimer1-1/+1
2020-12-10elf: Fix run-time dependencies of tst-dlopen-fail-2Florian Weimer1-1/+1
2020-12-04powerpc64le: Add glibc-hwcaps supportFlorian Weimer1-1/+1
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer1-1/+1
2020-12-04elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer1-0/+18
2020-12-04elf: Implement tail merging of strings in ldconfigFlorian Weimer1-1/+2
2020-12-04elf: Implement a string table for ldconfig, with tail mergingFlorian Weimer1-1/+1
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer1-5/+66
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault1-2/+2
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-2/+4
2020-10-08elf: Print the full name of the dynamic loader in the ld.so help messageFlorian Weimer1-1/+2
2020-10-08elf: Move ld.so error/help output to _dl_usageFlorian Weimer1-1/+8
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-1/+1
2020-10-07elf: Implement _dl_writeFlorian Weimer1-1/+1
2020-10-07elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer1-2/+2
2020-09-29ld.so: add an --argv0 option [BZ #16124]Vincent Mihalkovic1-2/+10
2020-07-20elf: Change TLS static surplus default back to 1664Florian Weimer1-1/+3
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy1-2/+27
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-6/+27
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer1-1/+1
2020-04-24elf: Implement __libc_early_initFlorian Weimer1-2/+3
2020-04-21elf: Support lld-style link map for librtld.mapFangrui Song1-1/+2
2020-04-03elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]Florian Weimer1-2/+20
2020-03-02elf: Add elf/check-wx-segment, a test for the presence of WX segmentsFlorian Weimer1-0/+7
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer1-1/+5
2020-02-15elf: Introduce the rtld-stubbed-symbols makefile variableFlorian Weimer1-9/+13