diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-11-09 20:17:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-11-09 20:17:52 +0000 |
commit | 7fd52cc83c9750963beb51a46e445e67ef5027a9 (patch) | |
tree | 0cf79769423341e0638980b5e805d7666bf3e77c | |
parent | 8bbd5f84898e4c9030bd8abad5375d0fef3309f7 (diff) | |
download | glibc-7fd52cc83c9750963beb51a46e445e67ef5027a9.tar glibc-7fd52cc83c9750963beb51a46e445e67ef5027a9.tar.gz glibc-7fd52cc83c9750963beb51a46e445e67ef5027a9.tar.bz2 glibc-7fd52cc83c9750963beb51a46e445e67ef5027a9.zip |
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.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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> |