cvs commit: src/libexec/rtld-elf rtld.c
Konstantin Belousov
kib at FreeBSD.org
Tue Jan 16 07:51:04 UTC 2007
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
More information about the cvs-src
mailing list