mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Update.
2000-02-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/powerpc/atomicity.h: Remove white space to avoid compiler warning.
This commit is contained in:
parent
5b26325f14
commit
7c437eb803
@ -1,3 +1,8 @@
|
|||||||
|
2000-02-14 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/powerpc/atomicity.h: Remove white space to avoid
|
||||||
|
compiler warning.
|
||||||
|
|
||||||
2000-02-14 Scott Bambrough <scottb@netwinder.org>
|
2000-02-14 Scott Bambrough <scottb@netwinder.org>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/arm/ioperm.c (_iopl, _ioperm): Add
|
* sysdeps/unix/sysv/linux/arm/ioperm.c (_iopl, _ioperm): Add
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Low-level functions for atomic operations. PowerPC version.
|
/* Low-level functions for atomic operations. PowerPC version.
|
||||||
Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
|
Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -67,7 +67,7 @@ compare_and_swap (volatile long int *p, long int oldval, long int newval)
|
|||||||
bne- 1f
|
bne- 1f
|
||||||
stwcx. %3,0,%1
|
stwcx. %3,0,%1
|
||||||
bne- 0b
|
bne- 0b
|
||||||
1:
|
1:
|
||||||
" : "=&b"(result) : "r"(p), "Ir"(oldval), "r"(newval) : "cr0", "memory");
|
" : "=&b"(result) : "r"(p), "Ir"(oldval), "r"(newval) : "cr0", "memory");
|
||||||
return result >> 5;
|
return result >> 5;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user