mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Update.
2002-03-22 Jakub Jelinek <jakub@redhat.com> * sysdeps/mips/pt-machine.h (MEMORY_BARRIER): Remove.
This commit is contained in:
parent
32fe4a9320
commit
fbaee91d72
@ -1,3 +1,7 @@
|
||||
2002-03-22 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/mips/pt-machine.h (MEMORY_BARRIER): Remove.
|
||||
|
||||
2002-03-22 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* internals.h (MEMORY_BARRIER): Define as asm with memory as clobber.
|
||||
|
@ -30,9 +30,6 @@
|
||||
extern long int testandset (int *spinlock);
|
||||
extern int __compare_and_swap (long int *p, long int oldval, long int newval);
|
||||
|
||||
/* Memory barrier. */
|
||||
#define MEMORY_BARRIER() __asm__ ("" : : : "memory")
|
||||
|
||||
|
||||
/* Spinlock implementation; required. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user