aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-05-21 06:06:51 +0000
committerRoland McGrath <roland@gnu.org>2001-05-21 06:06:51 +0000
commitf1d71039d18411fe5966b59b57c67a1b8dd009b4 (patch)
tree681d6cf30df45aca16a5598bb4b21e03a8203555 /linuxthreads
parent575f0d00f68d62706356a690beec310a9839d029 (diff)
downloadglibc-f1d71039d18411fe5966b59b57c67a1b8dd009b4.zip
glibc-f1d71039d18411fe5966b59b57c67a1b8dd009b4.tar.gz
glibc-f1d71039d18411fe5966b59b57c67a1b8dd009b4.tar.bz2
* Makeconfig (sysdep-makeconfigs): Include any Makeconfig files
found within $(add-ons) directories too. [linuxthreads add-on]: Move variable settings for linuxthreads to new file linuxthreads/Makeconfig.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index d746ee3..f10ad9153 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,6 +1,10 @@
+2001-05-20 Roland McGrath <roland@frob.com>
+
+ * Makeconfig: New file, variables used to be in main libc Makeconfig.
+
2001-05-09 Geoff Keating <geoffk@redhat.com>
- * sysdeps/powerpc/pt-machine.h
+ * sysdeps/powerpc/pt-machine.h
(HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS): Define.
(__compare_and_swap): Remove memory barriers.
(__compare_and_swap_with_release_semantics): New function.