about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-11-13 18:58:01 +0000
committerUlrich Drepper <drepper@redhat.com>2004-11-13 18:58:01 +0000
commitc120d94d58267b1100eb871fcb27a498da129d59 (patch)
tree17562365fc3bbec6e97f2c2cc49268ed53cd8a28 /ChangeLog
parent37fa1953d539cc34c33b48bc66a64f5c01dbc1fd (diff)
downloadglibc-c120d94d58267b1100eb871fcb27a498da129d59.tar.gz
glibc-c120d94d58267b1100eb871fcb27a498da129d59.tar.xz
glibc-c120d94d58267b1100eb871fcb27a498da129d59.zip
Update.
2004-11-13  Jakub Jelinek  <jakub@redhat.com>

	* elf/rtld.c (print_statistics): Avoid segfaults if not all namespaces
	are used.  Fix computation of num_relative_relocations on RELA
	architectures other than IA-64 and Alpha.

2004-11-13  Ulrich Drepper  <drepper@redhat.com>

	* malloc/malloc.c (_int_free): Use munmap_chunk for handling
	mmaped memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21c8666aa4..8defa6a6a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-11-13  Jakub Jelinek  <jakub@redhat.com>
+
+	* elf/rtld.c (print_statistics): Avoid segfaults if not all namespaces
+	are used.  Fix computation of num_relative_relocations on RELA
+	architectures other than IA-64 and Alpha.
+
+2004-11-13  Ulrich Drepper  <drepper@redhat.com>
+
+	* malloc/malloc.c (_int_free): Use munmap_chunk for handling
+	mmaped memory.
+
 2004-11-12  Ulrich Drepper  <drepper@redhat.com>
 
 	* malloc/malloc.c (_int_free): Remove test for NULL parameter.