diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-11-09 19:32:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-11-09 19:32:36 +0000 |
commit | d32059507bfc714641a013de285b8c936ab8f942 (patch) | |
tree | f4bd1be619d59b0b89e0017b2284e19e55bfee48 /ChangeLog | |
parent | 7bccbc05af779060aec4c74153d8ca09522e4db0 (diff) | |
download | glibc-d32059507bfc714641a013de285b8c936ab8f942.tar.gz glibc-d32059507bfc714641a013de285b8c936ab8f942.tar.xz glibc-d32059507bfc714641a013de285b8c936ab8f942.zip |
Update.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0d56b696fa..8b0f645b37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. + 2001-11-08 Ulrich Drepper <drepper@redhat.com> * elf/dl-object.c (_dl_new_object): Various small optimizations. |