diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-25 22:40:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-25 22:40:43 +0000 |
commit | 7456156f81afd6634b3824f6f924c1f96a84952e (patch) | |
tree | c7fa15a72e04eaf48bd7bb10f6075aae2bfa0f3d /ChangeLog | |
parent | 3e195d9371956446c8182af812723300010f0bb8 (diff) | |
download | glibc-7456156f81afd6634b3824f6f924c1f96a84952e.tar glibc-7456156f81afd6634b3824f6f924c1f96a84952e.tar.gz glibc-7456156f81afd6634b3824f6f924c1f96a84952e.tar.bz2 glibc-7456156f81afd6634b3824f6f924c1f96a84952e.zip |
* 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>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |