mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
* 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.
This commit is contained in:
parent
206065a117
commit
56cb41faed
@ -42,7 +42,8 @@ _test_and_set (int *p, int v) __THROW
|
||||
int r, t;
|
||||
|
||||
__asm__ __volatile__
|
||||
("1:\n\t"
|
||||
(".set\tmips2\n"
|
||||
"1:\n\t"
|
||||
"ll %0,%3\n\t"
|
||||
".set push\n\t"
|
||||
".set noreorder\n\t"
|
||||
|
Loading…
x
Reference in New Issue
Block a user