about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2017-12-20 11:27:51 +0000
committerDmitry V. Levin <ldv@altlinux.org>2017-12-27 22:12:51 +0000
commit2bd86632b7cb97dc9002a23795e140fc880e1987 (patch)
treed85631a92d8c269b7ecc09a172a1a32c1ae28fb0 /ChangeLog
parent1c36e1e6a5b9b6f9ad1c67f5d43383afb4d80339 (diff)
downloadglibc-2bd86632b7cb97dc9002a23795e140fc880e1987.tar.gz
glibc-2bd86632b7cb97dc9002a23795e140fc880e1987.tar.xz
glibc-2bd86632b7cb97dc9002a23795e140fc880e1987.zip
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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97aeed5db5..a1e065e62c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ':'.