diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-10-03 16:13:14 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-10-03 16:13:14 -0700 |
commit | f57f805541562734a40088b8be93e3bc9e86be54 (patch) | |
tree | 8137253002dda45425068fef98c9b7649825c3fb /ChangeLog | |
parent | 8f565a27edb9908e237cbb77c8ffc7824f579f15 (diff) | |
download | glibc-f57f805541562734a40088b8be93e3bc9e86be54.tar glibc-f57f805541562734a40088b8be93e3bc9e86be54.tar.gz glibc-f57f805541562734a40088b8be93e3bc9e86be54.tar.bz2 glibc-f57f805541562734a40088b8be93e3bc9e86be54.zip |
Clean up conditionalize of ld.so.cache support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2012-10-03 Roland McGrath <roland@hack.frob.com> + + * sysdeps/mach/hurd/dl-cache.c: File removed. + * config.h.in (USE_LDCONFIG): New #undef. + * configure.in (use_ldconfig): If set, define USE_LDCONFIG. + * configure: Regenerated. + * elf/Makefile (dl-routines): Add dl-cache only under + [$(use-ldconfig) = yes]. + * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the + cache on [USE_LDCONFIG]. + * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under + [USE_LDCONFIG]. + * elf/rtld.c (dl_main): Likewise. + 2012-10-03 Pino Toscano <toscano.pino@tiscali.it> * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for |