mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
* sysdeps/powerpc/bits/atomic.h (__arch_atomic_exchange_32): New macro.
(__arch_atomic_exchange_64): New macro. (atomic_exchange): Use them. (__arch_atomic_exchange_and_add_32): New macro. (__arch_atomic_exchange_and_add_64): New macro. (atomic_exchange_and_add): Use them. Original patch from Steven Munroe <sjmunroe@us.ibm.com>.
This commit is contained in:
parent
3e195d9371
commit
7456156f81
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2003-03-25 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* sysdeps/powerpc/bits/atomic.h (__arch_atomic_exchange_32): New macro.
|
||||
(__arch_atomic_exchange_64): New macro.
|
||||
(atomic_exchange): Use them.
|
||||
(__arch_atomic_exchange_and_add_32): New macro.
|
||||
(__arch_atomic_exchange_and_add_64): New macro.
|
||||
(atomic_exchange_and_add): Use them.
|
||||
Original patch from Steven Munroe <sjmunroe@us.ibm.com>.
|
||||
|
||||
2003-03-25 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* sysdeps/mips/sgidefs.h (_MIPS_ISA_MIPS32, _MIPS_ISA_MIPS64):
|
||||
|
Loading…
Reference in New Issue
Block a user