From: Roland McGrath Date: Tue, 25 Mar 2003 22:40:43 +0000 (+0000) Subject: * sysdeps/powerpc/bits/atomic.h (__arch_atomic_exchange_32): New macro. X-Git-Tag: cvs/glibc-2_3_3~1080 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=7456156f81afd6634b3824f6f924c1f96a84952e;p=glibc.git * 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 . --- diff --git a/ChangeLog b/ChangeLog index 335b51036b..ae4ff0e675 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-03-25 Roland McGrath + + * 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 . + 2003-03-25 Alexandre Oliva * sysdeps/mips/sgidefs.h (_MIPS_ISA_MIPS32, _MIPS_ISA_MIPS64):