Date: Tue, 16 Jan 2007 07:51:04 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c Message-ID: <200701160751.l0G7p4gH046864@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2007-01-16 07:51:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) libexec/rtld-elf rtld.c Log: MFC rev. 1.117, 1.118 and 1.119. - When looking up the symbol by dlsym, look it not only in the object given as dso handle, but also in the implicit dependencies of that dso. - Const-ify the read-only parameter objlist of symlook_list. - Clean up white spaces and fix style(9). Patch backported by: jkim Revision Changes Path 1.106.2.4 +74 -23 src/libexec/rtld-elf/rtld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701160751.l0G7p4gH046864>