This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
libc/elf dl-load.c
- From: drepper at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 9 Nov 2006 16:08:31 -0000
- Subject: libc/elf dl-load.c
CVSROOT: /cvs/glibc
Module name: libc
Changes by: drepper@sourceware.org 2006-11-09 16:08:31
Modified files:
elf : dl-load.c
Log message:
(decompose_rpath): Return bool rather than void.
If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
return false, otherwise return true.
(cache_rpath): Return decompose_rpath return value.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-load.c.diff?cvsroot=glibc&r1=1.283&r2=1.284