From 8f12da979523f5f95190d41fcef7e833b773a92d Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Mon, 13 Aug 2012 19:55:34 -0700 Subject: Add explicit acquire/release semantics to MIPS' atomic_exchange_and_add. --- ports/ChangeLog.mips | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ports/ChangeLog.mips') diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips index 0c503bc..f8a9af1 100644 --- a/ports/ChangeLog.mips +++ b/ports/ChangeLog.mips @@ -1,3 +1,14 @@ +2012-08-13 Maxim Kuvyrkov + + [__GNUC_PREREQ (4, 8)] + (atomic_exchange_and_add): Split into ... + (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these. + New atomic macros. + [!__GNUC_PREREQ (4, 8)] + (atomic_exchange_and_add): Split into ... + (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these. + New atomic macros. + 2012-08-09 Joseph Myers * sysdeps/unix/sysv/linux/mips/kernel-features.h -- cgit v1.1