Ulrich Drepper
|
176b5726d7
|
Don't include <sgidefs.h>. Always use ll/sc.
|
2002-07-16 00:58:07 +00:00 |
|
Andreas Jaeger
|
c149ac8f45
|
* sysdeps/mips/atomicity.h (compare_and_swap): Remove
".set noreorder".
* sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
Likewise.
|
2002-02-08 16:15:32 +00:00 |
|
Andreas Jaeger
|
6d1e7ba623
|
Do not use branch likely.
|
2002-02-07 10:39:06 +00:00 |
|
Ulrich Drepper
|
d7d16bb3ea
|
(_test_and_set): Use branch likely.
|
2002-02-03 02:25:17 +00:00 |
|
Andreas Jaeger
|
3214b89b32
|
Update to LGPL v2.1.
|
2001-07-06 04:56:23 +00:00 |
|
Andreas Jaeger
|
ae8186b5e3
|
(_test_and_set): Don't set mips2.
|
2000-12-05 17:59:58 +00:00 |
|
Ulrich Drepper
|
979b9fea6f
|
Add missing .mips0 at the end of inline assembler code.
|
2000-10-02 22:04:18 +00:00 |
|
Andreas Jaeger
|
56cb41faed
|
* sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Add .set
mips2 for assembler.
* sysdeps/mips/pt-machine.h (testandset): Add .set mips2 for
assembler.
(__compare_and_swap): Likewise.
* sysdeps/mips/pspinlock.c (__pthread_spin_lock): Likewise.
|
2000-08-12 09:29:03 +00:00 |
|
Andreas Jaeger
|
da671ea07a
|
* sysdeps/unix/sysv/linux/mips/Dist: Add sys/tas.h.
* sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines): Add
_test_and_set.
(headers): Add sys/tas.h.
* sysdeps/unix/sysv/linux/mips/Versions: Export _test_and_set for
GLIBC_2.2 from libc.
* sysdeps/unix/sysv/linux/mips/_test_and_set.c: New file.
* sysdeps/unix/sysv/linux/mips/sys/tas.h: New file for
_test_and_set.
|
2000-07-28 13:37:26 +00:00 |
|