aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-01-13 01:52:43 +0000
committerUlrich Drepper <drepper@redhat.com>2007-01-13 01:52:43 +0000
commit038a1a9fc33e56a7396733bfdaa9fd411afae0d4 (patch)
tree935f0add75edf825f3ab5e1215dd83a3a37f3138 /ChangeLog
parent8980796b15969fe84bd6bf5cd9eece93eaf62109 (diff)
downloadglibc-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05e4a43dea..c3703cb1ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.