diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-07-07 07:41:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-07-07 07:41:02 +0000 |
commit | 8e5aaad9daee699404f00c79100dfd88781eedf5 (patch) | |
tree | 7de7e0dd00268b2960178cb21fb081735813df51 /ChangeLog | |
parent | e782376c013a8ef486e625b50895d78879a9141f (diff) | |
download | glibc-8e5aaad9daee699404f00c79100dfd88781eedf5.tar glibc-8e5aaad9daee699404f00c79100dfd88781eedf5.tar.gz glibc-8e5aaad9daee699404f00c79100dfd88781eedf5.tar.bz2 glibc-8e5aaad9daee699404f00c79100dfd88781eedf5.zip |
Update.
2004-07-07 Ulrich Drepper <drepper@redhat.com>
* elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock
before the loop running the destructors.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-07-07 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock + before the loop running the destructors. + 2004-05-18 Andreas Schwab <schwab@suse.de> * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of |