[PATCH 0/3] elf: remove is_path related redundant code
Dmitry V. Levin
ldv@altlinux.org
Wed Dec 20 13:42:00 GMT 2017
The only place in the code nowadays that specifies is_path == 1 argument
is fillin_rpath, and the string being passed in that case never contains ':'
symbols. This makes the whole is_path thing redundant.
Dmitry V. Levin (3):
elf: remove redundant code from _dl_dst_substitute
elf: remove redundant code from is_dst
elf: remove redundant is_path argument
ChangeLog | 15 ++++++++++++
elf/dl-deps.c | 4 +--
elf/dl-dst.h | 4 +--
elf/dl-load.c | 61 ++++++++++++++--------------------------------
sysdeps/generic/ldsodefs.h | 4 +--
5 files changed, 39 insertions(+), 49 deletions(-)
--
ldv
More information about the Libc-alpha
mailing list