On Fri, Feb 22, 2002 at 06:06:58PM +0100, Maciej W. Rozycki wrote: > On Fri, 22 Feb 2002, H . J . Lu wrote: > > > Mutex is now implemented with spin lock by default. BTW, how many > > Well, testandset() from linuxthreads/sysdeps/mips/pt-machine.h should > work fine with -mips1. As should __pthread_spin_lock() from > linuxthreads/sysdeps/mips/pspinlock.c. > > > people have run "make check" on glibc compiled -mips1? > > No idea. I may run `./configure && make all && make check' tonight on my > system as it's going to be idle over the weekend anyway. It should finish > by Monday. ;-) You should also try "make check" on the current gcc 3.1. I found and fixed the MIPS II ll/sc bugs by doing that. H.J.