about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-30 23:47:30 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-30 23:47:30 +0000
commitbca2218b9bad5efad92a415b2ad46b333ba3bb9c (patch)
treeec3e57600353f1a554b88c74eebb6d51f942187a /ChangeLog
parent846d1362cd53ea642c5933e307f20f8668254cd3 (diff)
downloadglibc-bca2218b9bad5efad92a415b2ad46b333ba3bb9c.tar.gz
glibc-bca2218b9bad5efad92a415b2ad46b333ba3bb9c.tar.xz
glibc-bca2218b9bad5efad92a415b2ad46b333ba3bb9c.zip
* elf/dl-load.c (_dl_map_object_from_fd): Move state change cvs/fedora-glibc-20060501T0751
	notification...
	(lose): ...to here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3760dc71e8..2e4ae279f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-04-30  Ulrich Drepper  <drepper@redhat.com>
 
+	* elf/dl-load.c (_dl_map_object_from_fd): Move state change
+	notification...
+	(lose): ...to here.
+
 	* posix/Makefile (tests): Add tst-getaddrinfo3.
 	* posix/tst-getaddrinfo3.c: New file.