summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-11-10 03:28:35 +0000
committerUlrich Drepper <drepper@redhat.com>2001-11-10 03:28:35 +0000
commit6d5d3ae3d6f20b1abe26d92c4e5472fd64075388 (patch)
treef7e8a9ff47066bbec9dac8e9c1c2493ec487a312 /ChangeLog
parentd252c4796b2619b35099d829cb519844c49ee78c (diff)
downloadglibc-6d5d3ae3d6f20b1abe26d92c4e5472fd64075388.tar.gz
glibc-6d5d3ae3d6f20b1abe26d92c4e5472fd64075388.tar.xz
glibc-6d5d3ae3d6f20b1abe26d92c4e5472fd64075388.zip
Update.
2001-11-09  Ulrich Drepper  <drepper@redhat.com>

	* elf/dl-minimal.c (realloc): Handle NULL for first parameter
	correctly.
	* elf/dl-load.c (is_dst): New function.
	(_dl_dst_count): Use is_dst to check for DST variable.
	(_dl_dst_substitute): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c177619fd1..33f337ddb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-11-09  Ulrich Drepper  <drepper@redhat.com>
+
+	* elf/dl-minimal.c (realloc): Handle NULL for first parameter
+	correctly.
+	* elf/dl-load.c (is_dst): New function.
+	(_dl_dst_count): Use is_dst to check for DST variable.
+	(_dl_dst_substitute): Likewise.
+
 2001-11-09  Roland McGrath  <roland@frob.com>
 
 	Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.