about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-30 16:08:10 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-30 16:08:10 +0000
commit34e212784c87edcc9c06058db9685db313c3126a (patch)
tree1e136f071978ebb9a95182a849fdca7edcd75b52 /ChangeLog
parent5493f3ddc38e5cc961b03655de17f654eb5d8533 (diff)
downloadglibc-34e212784c87edcc9c06058db9685db313c3126a.tar.gz
glibc-34e212784c87edcc9c06058db9685db313c3126a.tar.xz
glibc-34e212784c87edcc9c06058db9685db313c3126a.zip
* elf/ldd.bash.in: If --verify loop fails to find a dynamic linker
	for the file don't just try the first one listed in RTLDLIST
	again.  We already have the status.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b701bae888..502b3fadf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-04-30  Ulrich Drepper  <drepper@redhat.com>
 
+	* elf/ldd.bash.in: If --verify loop fails to find a dynamic linker
+	for the file don't just try the first one listed in RTLDLIST
+	again.  We already have the status.
+
 	* nis/nss_nisplus/nisplus-publickey.c (parse_grp_str): PIDLIST is
 	supposed to have NGRPS elements.