From: Ulrich Drepper Date: Fri, 9 Nov 2001 20:17:52 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-2-5~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fd52cc83c9750963beb51a46e445e67ef5027a9;p=thirdparty%2Fglibc.git Update. * 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. --- diff --git a/ChangeLog b/ChangeLog index 1005097e095..287c4c5c756 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,10 @@ 2001-11-09 Ulrich Drepper - * 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