about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-30 23:42:45 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-30 23:42:45 +0000
commit32ee8d952feb45120a583895128e8fab393460a6 (patch)
tree19f589f3e16eb47d990602c26797c29d74242a36 /ChangeLog
parentb4f95b74f783cd32180a3ca1ed44d924301d6b41 (diff)
downloadglibc-32ee8d952feb45120a583895128e8fab393460a6.tar.gz
glibc-32ee8d952feb45120a583895128e8fab393460a6.tar.xz
glibc-32ee8d952feb45120a583895128e8fab393460a6.zip
Update.
	* elf/dl-load.c (fillin_rpath): Make local copy of where string
	since the object being loaded can be unloaded.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae803ea638..b9dc89d68d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-08-30  Ulrich Drepper  <drepper@redhat.com>
 
+	* elf/dl-load.c (fillin_rpath): Make local copy of where string
+	since the object being loaded can be unloaded.
+
 	* iconvdata/Makefile (tests): Add tst-loading.
 	* iconvdata/tst-loading.c: New file.