aboutsummaryrefslogtreecommitdiff
path: root/dlfcn/Makefile
AgeCommit message (Expand)Author
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-28elf: Add _dl_find_object functionFlorian Weimer
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-06-03dlfcn: Move dlopen into libcFlorian Weimer
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer
2021-06-03dlfcn: Move dlinfo into libcFlorian Weimer
2021-06-03dlfcn: Move dladdr1 into libcFlorian Weimer
2021-06-03dlfcn: Move dlmopen into libcFlorian Weimer
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer
2021-06-03dlfcn: Move dladdr into libcFlorian Weimer
2021-06-03dlfcn: Move dlclose into libcFlorian Weimer
2021-06-02dlfcn: Move dlerror into libcFlorian Weimer
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-03-10Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath
2015-03-04Avoid C++ tests when the C++ cannot be linked.Roland McGrath
2015-01-21Fix recursive dlopen.Carlos O'Donell
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-09-04Remove --disable-versioning.Joseph Myers
2013-08-27[BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functionsMike Frysinger
2013-06-28Add a dlopen/getpagesize static executable test.Maciej W. Rozycki
2013-06-28[BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki
2013-06-21dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.Maciej W. Rozycki
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-08Static linking is always neededUlrich Drepper
2012-01-07Remove non-ELF supportUlrich Drepper
2011-08-22Fix testsuite link failureAndreas Schwab
2010-07-01Fix dlfcn/Makefile cleanupAndreas Schwab
2010-06-14dlfcn/Makefile cleanupAndreas Schwab
2007-07-12[BZ #4775, BZ #4776]Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-10-28* configure.in: Require assembler support for visibility, compilerUlrich Drepper
2006-08-31* dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Addcvs/fedora-glibc-20060831T1812Ulrich Drepper
2006-08-21[BZ #3018]Ulrich Drepper