diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-07-05 17:36:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-07-05 17:36:34 +0000 |
commit | 2dd18ce2b2dfecc737479548f5b6d1784d90fe79 (patch) | |
tree | 58de42856e6e475536f8c8304168478ebeab0b62 /linuxthreads/ChangeLog | |
parent | 9b9ef823581ecee546653d6ac3fd335f7b79faca (diff) | |
download | glibc-2dd18ce2b2dfecc737479548f5b6d1784d90fe79.tar glibc-2dd18ce2b2dfecc737479548f5b6d1784d90fe79.tar.gz glibc-2dd18ce2b2dfecc737479548f5b6d1784d90fe79.tar.bz2 glibc-2dd18ce2b2dfecc737479548f5b6d1784d90fe79.zip |
Update.
* include/string.h (ffs): Add libc_hidden_builtin_proto.
* sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def.
* sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise.
* sysdeps/alpha/ffs.S (ffs): Likewise.
* sysdeps/s390/ffs.c (ffs): Likewise.
* sysdeps/powerpc/ffs.c (ffs): Likewise.
* sysdeps/i386/ffs.c (ffs): Likewise.
* sysdeps/i386/i686/ffs.c (ffs): Likewise.
* sysdeps/m68k/ffs.c (ffs): Likewise.
* sysdeps/generic/ffs.c (ffs): Likewise.
* sysdeps/m88k/ffs.c (ffs): Likewise.
* sysdeps/am29k/ffs.c (ffs): Likewise.
* sysdeps/i960/ffs.c (ffs): Likewise.
* sysdeps/x86_64/ffs.c (ffs): Likewise.
* Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 69209f8914..75dea58638 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,12 @@ +2004-07-05 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/s390/pspinlock.c (__pthread_spin_lock, + __pthread_spin_trylock): Use constraint "m" instead of "0" for + futex. + * sysdeps/ia64/pt-machine.h (__compare_and_swap, + __compare_and_swap_with_release_semantic, testandset): Use + constraint "m" instead of "0" for futex. + 2004-06-29 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (CENABLE): Fix |