diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-22 02:36:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-22 02:36:19 +0000 |
commit | 0c0c8bdeed0b6d5546e287300d1e210445991ae4 (patch) | |
tree | 24f153ee73930b33f4668662fd2d0154b423ab05 /linuxthreads | |
parent | dfef32ef796146357481a6f7949ba900108c655e (diff) | |
download | glibc-0c0c8bdeed0b6d5546e287300d1e210445991ae4.tar.gz glibc-0c0c8bdeed0b6d5546e287300d1e210445991ae4.tar.xz glibc-0c0c8bdeed0b6d5546e287300d1e210445991ae4.zip |
Update.
* locale/programs/ld-collate.c (handle_ellipsis): Test for duplication with generated name, not the name of the first character. Patch by Yong Li <yong.li@asu.edu>.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 438f451a41..a151848cbf 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2000-07-21 Ulrich Drepper <drepper@redhat.com> + + * linuxthreads/spinlock.h: If IMPLEMENT_TAS_WITH_CAS is defined use + __compare_and_swap to define testandset. + * linuxthreads/sysdeps/powerpc/pt-machine.h: Add volatile to asms. + Define IMPLEMENT_TAS_WITH_CAS. + 2000-07-20 Ulrich Drepper <drepper@redhat.com> * Makefile: Pass -z nodelete to linker for libpthread.so |