diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2017-12-20 11:27:51 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2017-12-27 22:12:51 +0000 |
commit | 2bd86632b7cb97dc9002a23795e140fc880e1987 (patch) | |
tree | d85631a92d8c269b7ecc09a172a1a32c1ae28fb0 /ChangeLog | |
parent | 1c36e1e6a5b9b6f9ad1c67f5d43383afb4d80339 (diff) | |
download | glibc-2bd86632b7cb97dc9002a23795e140fc880e1987.tar.gz |
elf: remove redundant is_path argument
is_path argument is no longer used and could be safely removed.
* elf/dl-dst.h (DL_DST_COUNT): Remove is_path argument, all callers
updated.
* elf/dl-load.c (is_dst, _dl_dst_count, _dl_dst_substitute,
expand_dynamic_string_token): Likewise.
* sysdeps/generic/ldsodefs.h (_dl_dst_count, _dl_dst_substitute): Remove
is_path argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2017-12-27 Dmitry V. Levin <ldv@altlinux.org> + * elf/dl-dst.h (DL_DST_COUNT): Remove is_path argument, all callers + updated. + * elf/dl-load.c (is_dst, _dl_dst_count, _dl_dst_substitute, + expand_dynamic_string_token): Likewise. + * sysdeps/generic/ldsodefs.h (_dl_dst_count, _dl_dst_substitute): Remove + is_path argument. + * elf/dl-load.c (is_dst): Remove checks that is_path is set and name contains ':'. |