aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-22 02:36:19 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-22 02:36:19 +0000
commit0c0c8bdeed0b6d5546e287300d1e210445991ae4 (patch)
tree24f153ee73930b33f4668662fd2d0154b423ab05 /linuxthreads
parentdfef32ef796146357481a6f7949ba900108c655e (diff)
downloadglibc-0c0c8bdeed0b6d5546e287300d1e210445991ae4.zip
glibc-0c0c8bdeed0b6d5546e287300d1e210445991ae4.tar.gz
glibc-0c0c8bdeed0b6d5546e287300d1e210445991ae4.tar.bz2
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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 438f451..a151848 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