]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 3 Feb 2002 02:29:57 +0000 (02:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 3 Feb 2002 02:29:57 +0000 (02:29 +0000)
ChangeLog

index 895f791bb5cfd8cfe16f762a5980d3adacd3f668..98728bd0d9b1bb8ee9e6d5f256ea04cb50482622 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-02-01  H.J. Lu  <hjl@gnu.org>
+
+       * sysdeps/mips/atomicity.h (exchange_and_add): Use branch
+       likely.
+       (atomic_add): Likewise.
+       (compare_and_swap): Return 0 only when failed to compare. Use
+       branch likely.
+
+       * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
+       branch likely.
+
 2002-02-02  Paul Eggert  <eggert@twinsun.com>
 
        * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.