From 58edf87b669a08cf86975f1cd169efdfc3224a33 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 9 Jul 1999 14:36:24 +0000 Subject: [PATCH] Update. --- ChangeLog | 6 ++++++ linuxthreads/ChangeLog | 8 ++++++++ 2 files changed, 14 insertions(+) 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. -- 2.47.3