aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-11-18elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella1-1/+8
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer1-1/+1
2021-11-16elf: Use a temporary file to generate Makefile fragments [BZ #28550]H.J. Lu1-2/+8
2021-11-15elf: Move LAV_CURRENT to link_lavcurrent.hAdhemerval Zanella1-1/+1
2021-11-09elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella1-1/+6
2021-11-03elf: Do not run DSO sorting if tunables is not enabledAdhemerval Zanella1-0/+2
2021-10-29elf: Disable ifuncmain{1,5,5pic,5pie} when using LLDAdhemerval Zanella1-4/+13
2021-10-25elf: Make global.out depend on reldepmod4.so [BZ #28457]H.J. Lu1-1/+1
2021-10-21elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang1-0/+15
2021-10-12elf: Update audit tests to not depend on stdoutStafford Horne1-0/+14
2021-09-25Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.soH.J. Lu1-2/+3
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu1-2/+9
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu1-2/+5
2021-08-24elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]Fangrui Song1-1/+3
2021-08-16elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song1-2/+2
2021-07-30elf: Fix audit regressionAdhemerval Zanella1-1/+11
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