about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-17 09:39:59 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-17 09:39:59 +0000
commit65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc (patch)
treee2fd5705bea97e5f393295cfef96d4d2b8746be4 /linuxthreads/ChangeLog
parent3402852c2c478213b086648eab9848a35b7f5dbf (diff)
downloadglibc-65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc.tar.gz
glibc-65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc.tar.xz
glibc-65af7e61427ce9bbbc0e43b2ad44e5b4678a37fc.zip
Update.
2003-09-17  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/i386/Makefile (stack-align-test-flags): Add
	-malign-double -mpreferred-stack-boundary=4.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index ed71daa201..cd5eb8e61f 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,12 @@
+2003-09-17  Jakub Jelinek  <jakub@redhat.com>
+
+	* descr.h (manager_thread): Rename to...
+	(__pthread_manager_threadp): ... this.
+	* pthread.c (manager_thread): Define to __pthread_manager_threadp.
+	(__pthread_manager_threadp): New variable.
+	* internals.h (__manager_thread): Define to
+	__pthread_manager_threadp if USE_TLS.
+
 2003-09-15  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/i386/Makefile (CFLAGS-cancel.c, CFLAGS-manager.c,