about summary refs log tree commit diff
path: root/elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer2021-03-151-2/+16
* elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell2021-03-121-1/+4
* ld.so: Implement the --list-diagnostics optionFlorian Weimer2021-03-021-1/+4
* elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]Florian Weimer2021-03-021-1/+1
* elf: Replace a --defsym trick with an object file to be compatible with LLDFangrui Song2021-02-011-7/+6
* elf: Limit tst-prelink-cmp target archsMatheus Castanho2021-01-271-7/+2
* ld.so: Add --list-tunables to print tunable valuesH.J. Lu2021-01-151-0/+11
* ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019]H.J. Lu2021-01-131-0/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer2020-12-111-1/+1
* s390x: Add glibc-hwcaps supportFlorian Weimer2020-12-101-1/+1
* elf: Fix run-time dependencies of tst-dlopen-fail-2Florian Weimer2020-12-101-1/+1
* powerpc64le: Add glibc-hwcaps supportFlorian Weimer2020-12-041-1/+1
* x86_64: Add glibc-hwcaps supportFlorian Weimer2020-12-041-1/+1
* elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer2020-12-041-0/+18
* elf: Implement tail merging of strings in ldconfigFlorian Weimer2020-12-041-1/+2
* elf: Implement a string table for ldconfig, with tail mergingFlorian Weimer2020-12-041-1/+1
* elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer2020-12-041-5/+66
* Add {,sysdep-}ld-library-path make variableSamuel Thibault2020-11-161-2/+2
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-2/+4
* elf: Print the full name of the dynamic loader in the ld.so help messageFlorian Weimer2020-10-081-1/+2
* elf: Move ld.so error/help output to _dl_usageFlorian Weimer2020-10-081-1/+8
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-1/+1
* elf: Implement _dl_writeFlorian Weimer2020-10-071-1/+1
* elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer2020-10-071-2/+2
* ld.so: add an --argv0 option [BZ #16124]Vincent Mihalkovic2020-09-291-2/+10
* elf: Change TLS static surplus default back to 1664Florian Weimer2020-07-201-1/+3
* rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy2020-07-081-2/+27
* Add the __libc_single_threaded variableFlorian Weimer2020-07-061-6/+27
* Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer2020-05-181-1/+1
* elf: Implement __libc_early_initFlorian Weimer2020-04-241-2/+3
* elf: Support lld-style link map for librtld.mapFangrui Song2020-04-211-1/+2
* elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]Florian Weimer2020-04-031-2/+20
* elf: Add elf/check-wx-segment, a test for the presence of WX segmentsFlorian Weimer2020-03-021-0/+7
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-151-1/+5
* elf: Introduce the rtld-stubbed-symbols makefile variableFlorian Weimer2020-02-151-9/+13
* elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy2020-02-121-2/+16
* Fix elf/tst-rtld-preload cross-testing.Joseph Myers2020-01-241-1/+1
* Fix cross-testing of tst-ifunc-fault-* tests.Joseph Myers2020-01-231-3/+4
* elf: Add elf/tst-dlopenfail-2 [BZ #25396]Florian Weimer2020-01-161-2/+7
* elf: Add tst-ldconfig-ld_so_conf-update testAlexandra Hájková2020-01-091-3/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Fix test isolation for elf/tst-ifunc-fault-lazy, elf/tst-ifunc-fault-bindnowFlorian Weimer2019-12-191-4/+3
* dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer2019-12-131-2/+64
* Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer2019-12-031-24/+24
* elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer2019-12-021-0/+16
* elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.soFlorian Weimer2019-12-021-2/+5
* Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer2019-11-271-2/+13
* Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer2019-11-271-2/+13
* Compile elf/rtld.c with -fno-tree-loop-distribute-patterns.Sandra Loosemore2019-11-261-0/+6