]> sourceware.org Git - glibc.git/commit - ChangeLog
New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 4 Apr 2012 14:39:09 +0000 (20:09 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 10 Apr 2012 18:43:52 +0000 (00:13 +0530)
commit73d65cc3784b1413b017fed31550ec11e717e45b
tree25c26d43b59d5f65bd15381a05a7566cb5ee90b7
parentd715c9144bdf32211cd512530d2240dc28648435
New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup

It may sometimes be desirable to make the dynamic linker only pick up
libraries from the library path and rpath and not look at the
ld.so.cache that ldconfig generates. An example of such a use case is
the glibc testsuite where the dynamic linker must not be influenced by
any external paths or caches.

This change adds a new option --inhibit-ldcache that when used, tells
the dynamic linker to not use ld.so.cache even if it is available.
ChangeLog
elf/Makefile
elf/dl-load.c
elf/dl-support.c
elf/rtld.c
sysdeps/generic/ldsodefs.h
This page took 0.040881 seconds and 5 git commands to generate.