This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Fix ld.so RUNPATH handling


Jakub Jelinek <jakub@redhat.com> writes:

> DT_RUNPATH worked the same way as DT_RPATH, ie. it could not be overridden
> with LD_LIBRARY_PATH. Although the library could be found using
> LD_LIBRARY_PATH and was opened by ld.so, it called open_path once again and
> used the libs found through DT_RUNPATH.

You're right, I've applied the patch.  Slightly modified so that the
compiler should be able to make some more optimizations (in theory).

Thanks,

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]