From e14b1447804c705c7eb3c30b421acbf728310213 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Jul 2001 20:57:24 +0000 Subject: Update. * sysdeps/unix/sysv/linux/i386/getcontext.S: Don't touch the %gs register so that contexts can be used in different threads. * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise. * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise. --- linuxthreads/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linuxthreads/ChangeLog') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index b4c51749ef..0969bd3abf 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 2001-07-31 Ulrich Drepper + * tst-context.c (threadfct): Initialize context before calling + makecontext. + * Examples/ex17.c: Make sure test thread is around long enough. 2001-07-26 kaz Kojima -- cgit v1.2.3