From: Ulrich Drepper Date: Fri, 9 Jul 1999 14:36:24 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~307 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58edf87b669a08cf86975f1cd169efdfc3224a33;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 194ed2677d9..ab1884bc56e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-07-09 Ulrich Drepper + + * elf/rtld.c: Split _dl_start in two pieces to prevent GOT usage + before the relocation happened. + Patch by Franz Sirl . + 1999-06-13 Geoff Keating * sysdeps/powerpc/atomicity.h (exchange_and_add): Remove `volatile'; diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 1e39b001b82..b936c57e8b5 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,11 @@ +1999-06-23 Robey Pointer + + * 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-05-23 Andreas Jaeger * man/pthread_cond_init.man: Correct example.