From f0d1a3b5b7a6f9bb3d44ca3b1341b1159bf1b732 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 13 Dec 2005 07:32:26 +0000 Subject: [PATCH] * init.c (__pthread_initialize_minimal_internal): Do __static_tls_size adjustments before choosing stack size. Update minimum stack size calculation to match allocate_stack change. --- nptl/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 2b5ae5f56e..5f4edd53bc 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2005-12-12 Roland McGrath + + * init.c (__pthread_initialize_minimal_internal): Do __static_tls_size + adjustments before choosing stack size. Update minimum stack size + calculation to match allocate_stack change. + 2005-12-12 Ulrich Drepper * allocatestack.c (allocate_stack): Don't demand that there is an -- 2.11.4.GIT