aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-9/+6
2021-07-15elf: Add -Wl,--no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089)Adhemerval Zanella1-0/+11
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella1-1/+63
2021-07-08elf/tests: Make thrlock and noload depend on libmSiddhesh Poyarekar1-0/+2
2021-07-07elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer1-12/+4
2021-06-28Linux: Cleanups after librt moveFlorian Weimer1-1/+3
2021-06-28Install shared objects under their ABI namesFlorian Weimer1-8/+2
2021-06-28elf: Generalize name-based DSO recognition in ldconfigFlorian Weimer1-1/+2
2021-06-17elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer1-1/+4
2021-06-09Remove stale references to libdl.aFlorian Weimer1-6/+1
2021-06-09Fix elf/tst-tls9-static after libdl cleanups.Stefan Liebler1-2/+0
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-143/+29
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