about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-05 18:00:04 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-05 18:00:04 +0000
commit2e3b99764abe1575810b544af05c31cf71edab63 (patch)
tree9d721c57a89b031ad9d346e3572b2f1ad7c57309 /linuxthreads
parent9fbbbe69dcaef8978ad6d7f49fada1963ff1cc07 (diff)
downloadglibc-2e3b99764abe1575810b544af05c31cf71edab63.tar.gz
glibc-2e3b99764abe1575810b544af05c31cf71edab63.tar.xz
glibc-2e3b99764abe1575810b544af05c31cf71edab63.zip
Update.
	* sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
	set mips2.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 215ceff586..43d0c6c010 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,10 @@
+2000-12-05  Andreas Jaeger  <aj@suse.de>
+
+	* sysdeps/mips/pspinlock.c (__pthread_spin_lock): Don't set mips2.
+	* sysdeps/mips/pt-machine.h (testandset): Likewise.
+	(__compare_and_swap): Likewise.
+	Patches by "Maciej W. Rozycki" <macro@ds2.pg.gda.pl>.
+
 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
 
 	* Examples/ex3.c (main): Cast int to long before casting to void *.