aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-18 17:20:58 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-18 17:20:58 +0000
commit83142e8fe1f329cb2636a851132e9d1eb28a23c3 (patch)
tree2d91f626d052c93cdb229f1c8365525e3effaccb /linuxthreads/ChangeLog
parente6574c9ca263afb7d408dd5ebf09ad8cb0178469 (diff)
downloadglibc-83142e8fe1f329cb2636a851132e9d1eb28a23c3.zip
glibc-83142e8fe1f329cb2636a851132e9d1eb28a23c3.tar.gz
glibc-83142e8fe1f329cb2636a851132e9d1eb28a23c3.tar.bz2
Update.
2000-07-18 Ulrich Drepper <drepper@redhat.com> * include/libc-symbols.h: Define RETURN_ADDRESS macro. * dlfcn/dlopen.c: Use RETURN_ADDRESS instead of __builtin_return_address. * dlfcn/dlopenold.c: Likewise. * dlfcn/dlsym.c: Likewise. * dlfcn/dlvsym.c: Likewise. * elf/dl-profstub.c: Likewise. * malloc/malloc.c: Likewise. * sysdeps/generic/machine-gmon.h: Likewise. Based on a patch by schwidefsky@de.ibm.com.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index fe1a4ed..62567da 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,9 @@
+2000-07-18 Kaz Kylheku <kaz@ashi.footprints.net>
+
+ * spinlock.c (__pthread_alt_lock, __pthread_alt_timedlock): Changed
+ __compare_and_swap to compare_and_swap in code which assumes
+ compare swap is available.
+
2000-07-18 Kaz Kylheku <kaz@ashi.footprints.net>
* spinlock.c (__pthread_alt_lock, __pthread_alt_timedlock): Fixed