diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-13 01:52:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-13 01:52:43 +0000 |
commit | 038a1a9fc33e56a7396733bfdaa9fd411afae0d4 (patch) | |
tree | 935f0add75edf825f3ab5e1215dd83a3a37f3138 /ChangeLog | |
parent | 8980796b15969fe84bd6bf5cd9eece93eaf62109 (diff) | |
download | glibc-038a1a9fc33e56a7396733bfdaa9fd411afae0d4.tar glibc-038a1a9fc33e56a7396733bfdaa9fd411afae0d4.tar.gz glibc-038a1a9fc33e56a7396733bfdaa9fd411afae0d4.tar.bz2 glibc-038a1a9fc33e56a7396733bfdaa9fd411afae0d4.zip |
* sysdeps/i386/i486/bits/atomic.h: Define
atomic_compare_and_exchange_val_acq,
atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
using __sync_* built-ins for gcc >= 4.1.
* sysdeps/x86_64/bits/atomic.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-01-12 Ulrich Drepper <drepper@redhat.com> + * sysdeps/i386/i486/bits/atomic.h: Define + atomic_compare_and_exchange_val_acq, + atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add + using __sync_* built-ins for gcc >= 4.1. + * sysdeps/x86_64/bits/atomic.h: Likewise. + [BZ #3840] * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d, and .oS.d files. |