about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-04 00:55:29 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-04 00:55:29 +0000
commit69cae3cfaffd9b605d1a42a80498dd4f39fef824 (patch)
tree92b5efc44768a8d25487c3b0bbf3b3d1662d9a5f /nptl/ChangeLog
parentb1473c3238fe41cc727cc351b6ee7ee631f8f134 (diff)
downloadglibc-69cae3cfaffd9b605d1a42a80498dd4f39fef824.tar.gz
glibc-69cae3cfaffd9b605d1a42a80498dd4f39fef824.tar.xz
glibc-69cae3cfaffd9b605d1a42a80498dd4f39fef824.zip
Update.
	* sysdeps/i386/i686/bits/atomic.h: Use i486 version.
	* sysdeps/i386/i486/bits/atomic.h: New file.
	* sysdeps/i386/i586/bits/atomic.h: New file.
	* sysdeps/i386/i686/pthread_spin_trylock.S: Define HAVE_CMOV and
	include i486 version.
	* sysdeps/i386/i486/pthread_spin_trylock.S: New file.
	* sysdeps/i386/i586/pthread_spin_trylock.S: New file.
	Patch by Marjin Ros <marjin@mad.scientist.com>.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 85ac51a32f..b341ecb759 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,14 @@
 2002-12-03  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/i386/i686/bits/atomic.h: Use i486 version.
+	* sysdeps/i386/i486/bits/atomic.h: New file.
+	* sysdeps/i386/i586/bits/atomic.h: New file.
+	* sysdeps/i386/i686/pthread_spin_trylock.S: Define HAVE_CMOV and
+	include i486 version.
+	* sysdeps/i386/i486/pthread_spin_trylock.S: New file.
+	* sysdeps/i386/i586/pthread_spin_trylock.S: New file.
+	Patch by Marjin Ros <marjin@mad.scientist.com>.
+
 	* allocatestack.c (get_cached_stack): Don't crash if we first
 	found a stack with a larger size then needed.
 	Reported by Hui Huang <hui.huang@sun.com>.