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

index 98728bd0d9b1bb8ee9e6d5f256ea04cb50482622..c1d0fc04bdb1fc5bd0e4326b5a061ee42868bf3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-02  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
+       instead of _dl_printf for debugging info output.
+
 2002-02-01  H.J. Lu  <hjl@gnu.org>
 
        * sysdeps/mips/atomicity.h (exchange_and_add): Use branch
index 757c0fe206b8b2c57a9384fb0046f500642c3629..2b87b5c6f7c487a39c70fda145e260d5909fe867 100644 (file)
@@ -1,3 +1,12 @@
+2002-02-01  H.J. Lu  <hjl@gnu.org>
+
+       * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Use a
+       different register in the delayed slot.  Use branch likely.
+
+       * sysdeps/mips/pt-machine.h (testandset): Call _test_and_set.
+       (__compare_and_swap): Return 0 only when failed to compare. Use
+       branch likely.
+
 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
      * sysdeps/s390/s390-32/pt-machine.h (MEMORY_BARRIER): Define.