From: Ulrich Drepper Date: Sun, 3 Feb 2002 03:18:55 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1ddb7c4a77513f4fd1e0fa430b1077eba83966f;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 98728bd0d9b..c1d0fc04bdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-02-02 Ulrich Drepper + + * 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 * sysdeps/mips/atomicity.h (exchange_and_add): Use branch diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 757c0fe206b..2b87b5c6f7c 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,12 @@ +2002-02-01 H.J. Lu + + * 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 * sysdeps/s390/s390-32/pt-machine.h (MEMORY_BARRIER): Define.