diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-25 06:27:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-25 06:27:20 +0000 |
commit | 378fbeb49a5aa8883ebdc9c9f1a11a0e7f016c2a (patch) | |
tree | 254e9e91357abd45d03c59697857d460ee2eed46 /linuxthreads/ChangeLog | |
parent | 0f5504179a2e37a20e409c48dcc8d640393cd16d (diff) | |
download | glibc-378fbeb49a5aa8883ebdc9c9f1a11a0e7f016c2a.tar glibc-378fbeb49a5aa8883ebdc9c9f1a11a0e7f016c2a.tar.gz glibc-378fbeb49a5aa8883ebdc9c9f1a11a0e7f016c2a.tar.bz2 glibc-378fbeb49a5aa8883ebdc9c9f1a11a0e7f016c2a.zip |
Update.
2000-05-22 Andreas Jaeger <aj@suse.de>
* math/Makefile: Add -D__FAST_MATH__ to CFLAGS-test-ifloat.c,
CFLAGS-test-idouble.c, CFLAGS-test-ildoubl.c.
* manual/math.texi (FP Function Optimizations): Document gcc
-ffast-math behaviour with mathinlines.
* sysdeps/i386/fpu/bits/mathinline.h: Only use save inline
functions unless -ffast-math is given to gcc.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index bde417e2de..4bb1a81d17 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,30 @@ +2000-05-24 Ulrich Drepper <drepper@redhat.com> + + * Makefile (libpthread-routines): Add pspinlock. + * cancel.c: Rename __pthread_spin_unlock back to __pthread_unlock. + Use struct _pthread_fastlock instead of pthread_spinlock_t. + * condvar.c: Likewise. + * internals.h: Likewise. + * join.c: Likewise. + * manager.c: Likewise. + * mutex.c: Likewise. + * pthread.c: Likewise. + * rwlock.c: Likewise. + * semaphore.c: Likewise. + * signals.c: Likewise. + * spinlock.h: Likewise. + * spinlock.c: Likewise. Remove pthread_spin_lock functions. + * sysdeps/alpha/pspinlock.c: New file. + * sysdeps/arm/pspinlock.c: New file. + * sysdeps/i386/pspinlock.c: New file. + * sysdeps/m68k/pspinlock.c: New file. + * sysdeps/mips/pspinlock.c: New file. + * sysdeps/powerpc/pspinlock.c: New file. + * sysdeps/sparc/sparc32/pspinlock.c: New file. + * sysdeps/sparc/sparc64/pspinlock.c: New file. + * sysdeps/pthread/bits/pthreadtypes.h: Remove pthread_spinlock_t + back to _pthread_fastlock. Define new pthread_spinlock_t. + 2000-05-24 Andreas Jaeger <aj@suse.de> * sysdeps/i386/i686/pt-machine.h: Only use LDT on newer kernels. |