aboutsummaryrefslogtreecommitdiff
path: root/dlfcn/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-04-29dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer1-0/+4
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-28elf: Add _dl_find_object functionFlorian Weimer1-1/+1
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-30/+12
2021-06-03dlfcn: Move dlopen into libcFlorian Weimer1-4/+4
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer1-1/+2
2021-06-03dlfcn: Move dlinfo into libcFlorian Weimer1-1/+2
2021-06-03dlfcn: Move dladdr1 into libcFlorian Weimer1-1/+2
2021-06-03dlfcn: Move dlmopen into libcFlorian Weimer1-1/+2
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer1-1/+2
2021-06-03dlfcn: Move dladdr into libcFlorian Weimer1-1/+2
2021-06-03dlfcn: Move dlclose into libcFlorian Weimer1-1/+2
2021-06-02dlfcn: Move dlerror into libcFlorian Weimer1-2/+4
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer1-1/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer1-0/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-03-10Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath1-2/+5
2015-03-04Avoid C++ tests when the C++ cannot be linked.Roland McGrath1-2/+7
2015-01-21Fix recursive dlopen.Carlos O'Donell1-2/+5
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-09-04Remove --disable-versioning.Joseph Myers1-1/+1
2013-08-27[BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functionsMike Frysinger1-2/+8
2013-06-28Add a dlopen/getpagesize static executable test.Maciej W. Rozycki1-3/+7
2013-06-28[BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki1-3/+11
2013-06-21dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.Maciej W. Rozycki1-1/+1
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-9/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-6/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-08Static linking is always neededUlrich Drepper1-1/+1
2012-01-07Remove non-ELF supportUlrich Drepper1-3/+3
2011-08-22Fix testsuite link failureAndreas Schwab1-1/+2
2010-07-01Fix dlfcn/Makefile cleanupAndreas Schwab1-1/+1
2010-06-14dlfcn/Makefile cleanupAndreas Schwab1-20/+6
2007-07-12[BZ #4775, BZ #4776]Ulrich Drepper1-4/+6
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-4/+1
2007-07-31.Jakub Jelinek1-1/+4