]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 9 Nov 2001 20:17:52 +0000 (20:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 9 Nov 2001 20:17:52 +0000 (20:17 +0000)
* elf/dl-load.c (lose): Remove some unnecessary code.  The new
object is always the last in the list.
(_dl_map_object_from_fd): Delete code to remove from object list
when DF_1_NOOPEN is seen.  This is done in lose.

ChangeLog

index 1005097e0952d93d1c7e2f45d0851bc2557d9f1b..287c4c5c756c354eb13d97e80b07f885f5590871 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,10 @@
 
 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
 
-       * elf/dl-load.c (_dl_map_object_from_fd): Delete code to remove
-       from object list when DF_1_NOOPEN is seen.  This is done in lose.
+       * elf/dl-load.c (lose): Remove some unnecessary code.  The new
+       object is always the last in the list.
+       (_dl_map_object_from_fd): Delete code to remove from object list
+       when DF_1_NOOPEN is seen.  This is done in lose.
 
 2001-11-08  Ulrich Drepper  <drepper@redhat.com>