diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-09 14:34:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-09 14:34:22 +0000 |
commit | 6a1db4ffb67ccb8c3861bb398bff5a033f2d7793 (patch) | |
tree | b185c6ef1324c87cf9917efbcd962c796f78d426 /linuxthreads/ChangeLog | |
parent | 56ad7b2ceccc199811378d9033a8fbb7bcc1cc4c (diff) | |
download | glibc-6a1db4ffb67ccb8c3861bb398bff5a033f2d7793.tar.gz glibc-6a1db4ffb67ccb8c3861bb398bff5a033f2d7793.tar.xz glibc-6a1db4ffb67ccb8c3861bb398bff5a033f2d7793.zip |
Update.
* elf/rtld.c: Split _dl_start in two pieces to prevent GOT usage before the relocation happened. Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index ab97529a83..dfb0e3d66a 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,11 @@ +1999-06-23 Robey Pointer <robey@netscape.com> + + * internals.h: Added p_nextlock entry to separate queueing for a + lock from queueing for a CV (sometimes a thread queues on a lock + to serialize removing itself from a CV queue). + * pthread.c: Added p_nextlock to initializers. + * spinlock.c: Changed to use p_nextlock instead of p_nextwaiting. + 1999-07-09 Ulrich Drepper <drepper@cygnus.com> * manager.c (pthread_handle_create): Free mmap region after stack |