aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)Author
2021-03-24elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault
2021-03-15Build libc-start with stack protector for SHAREDSiddhesh Poyarekar
2021-03-15elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer
2021-03-12elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell
2021-03-02ld.so: Implement the --list-diagnostics optionFlorian Weimer
2021-03-02elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]Florian Weimer
2021-02-01elf: Replace a --defsym trick with an object file to be compatible with LLDFangrui Song
2021-01-27elf: Limit tst-prelink-cmp target archsMatheus Castanho
2021-01-15ld.so: Add --list-tunables to print tunable valuesH.J. Lu
2021-01-13ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019]H.J. Lu
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-11elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer
2020-12-10s390x: Add glibc-hwcaps supportFlorian Weimer
2020-12-10elf: Fix run-time dependencies of tst-dlopen-fail-2Florian Weimer
2020-12-04powerpc64le: Add glibc-hwcaps supportFlorian Weimer
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer
2020-12-04elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer
2020-12-04elf: Implement tail merging of strings in ldconfigFlorian Weimer
2020-12-04elf: Implement a string table for ldconfig, with tail mergingFlorian Weimer
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-10-08elf: Print the full name of the dynamic loader in the ld.so help messageFlorian Weimer
2020-10-08elf: Move ld.so error/help output to _dl_usageFlorian Weimer
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-10-07elf: Implement _dl_writeFlorian Weimer
2020-10-07elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer
2020-09-29ld.so: add an --argv0 option [BZ #16124]Vincent Mihalkovic
2020-07-20elf: Change TLS static surplus default back to 1664Florian Weimer
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy
2020-07-06Add the __libc_single_threaded variableFlorian Weimer
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer
2020-04-24elf: Implement __libc_early_initFlorian Weimer
2020-04-21elf: Support lld-style link map for librtld.mapFangrui Song
2020-04-03elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]Florian Weimer
2020-03-02elf: Add elf/check-wx-segment, a test for the presence of WX segmentsFlorian Weimer
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer
2020-02-15elf: Introduce the rtld-stubbed-symbols makefile variableFlorian Weimer
2020-02-12elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy
2020-01-24Fix elf/tst-rtld-preload cross-testing.Joseph Myers
2020-01-23Fix cross-testing of tst-ifunc-fault-* tests.Joseph Myers
2020-01-16elf: Add elf/tst-dlopenfail-2 [BZ #25396]Florian Weimer
2020-01-09 elf: Add tst-ldconfig-ld_so_conf-update testAlexandra Hájková
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-19Fix test isolation for elf/tst-ifunc-fault-lazy, elf/tst-ifunc-fault-bindnowFlorian Weimer
2019-12-13dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer
2019-12-02elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.soFlorian Weimer
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer