summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-04 16:39:33 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-04 16:39:33 +0000
commit1dd548500f4b9f8526faebedd19c697a8dba57d9 (patch)
treef32a853655eb69cf2070ce09ff248311f5c69e58 /linuxthreads/ChangeLog
parent61da76873e02412125d0c474cf11ff3f8c2d0930 (diff)
downloadglibc-1dd548500f4b9f8526faebedd19c697a8dba57d9.tar.gz
glibc-1dd548500f4b9f8526faebedd19c697a8dba57d9.tar.xz
glibc-1dd548500f4b9f8526faebedd19c697a8dba57d9.zip
Update.
2000-06-04  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/i386/fpu/bits/mathinline.h: Only inline sinh, cosh and tanh
	if -ffast-math.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index c08461ce79..b0647f2477 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,9 @@
+2000-06-04  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/sparc/sparc32/sparcv9/pspinlock.c (__pthread_spin_lock):
+	Add missing register.
+	* sysdeps/sparc/sparc64/pspinlock.c (__pthread_spin_lock): Likewise.
+
 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/sparc/sparc32/pspinlock.c: Implement spinlocks.