Date: Sun, 27 Feb 2005 20:47:20 +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: <200502272047.j1RKlKPi038716@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2005-02-27 20:47:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) libexec/rtld-elf libmap.c libmap.h rtld.1 rtld.c Log: MFC: 1.14 libmap.c 1.4 libmap.h 1.39 rtld.1 1.102 rtld.c 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> Revision Changes Path 1.12.2.1 +78 -14 src/libexec/rtld-elf/libmap.c 1.3.2.1 +1 -1 src/libexec/rtld-elf/libmap.h 1.38.4.1 +14 -1 src/libexec/rtld-elf/rtld.1 1.99.2.1 +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?200502272047.j1RKlKPi038716>