r1099 - trunk/glibc-2.3-head
Author: ps-guest
Date: 2006-01-23 15:40:47 +0000 (Mon, 23 Jan 2006)
New Revision: 1099
Modified:
trunk/glibc-2.3-head/NOTES-2.4
Log:
glibc 2.4 + --with-__thread
Modified: trunk/glibc-2.3-head/NOTES-2.4
===================================================================
--- trunk/glibc-2.3-head/NOTES-2.4 2006-01-23 13:36:00 UTC (rev 1098)
+++ trunk/glibc-2.3-head/NOTES-2.4 2006-01-23 15:40:47 UTC (rev 1099)
@@ -19,6 +19,9 @@
failures in configure/configure.in ignore
failure in nscd/mem.c fix manually
+* fix linuxthreads/sysdeps/pthread/bits/libc-tsd.h
+ #include <bits/libc-tsd.h> -> #include_next <bits/libc-tsd.h>
+
* fix malloc/memusage.c
unconditionally assumes mremap and uses MREMAP_FIXED
it also unconditionally uses __thread :-(
@@ -38,7 +41,7 @@
i386/sysdep.h - drop definition of SETUP_PIC_REG(reg)
dl-osinfo.h - add function _dl_setup_stack_chk_guard()
-../src/configure --enable-add-ons=linuxthreads --with-tls --without-__thread i486-kfreebsd
+../src/configure --enable-add-ons=linuxthreads --with-tls --with-__thread i486-kfreebsd
"make check" results:
---------------------
Reply to: