Date: Fri, 4 Feb 2005 02:46:41 +0000 (UTC) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf libmap.c libmap.h rtld.1 rtld.c Message-ID: <200502040246.j142kfO5085365@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2005-02-04 02:46:41 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf libmap.c libmap.h rtld.1 rtld.c
Log:
Description from Dan:
Another handy libmap patch. Lets you do stuff like this:
LD_LIBMAP="libpthread.so.1=libthr.so.1" mythreadedapp
If you already have a program-specific override in libmap.conf, note
that you must use a program-specific override in LD_LIBMAP:
LD_LIBMAP="[mythreadedapp],libpthread.so.1=libthr.so.1" mythreadedapp
PR: bin/74471
Submitted by: Dan Nelson <dnelson AT allantgroup.com>
MFC after: 2 weeks
Revision Changes Path
1.14 +75 -10 src/libexec/rtld-elf/libmap.c
1.4 +1 -1 src/libexec/rtld-elf/libmap.h
1.39 +14 -1 src/libexec/rtld-elf/rtld.1
1.102 +3 -1 src/libexec/rtld-elf/rtld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502040246.j142kfO5085365>
