diff options
author | Roland McGrath <roland@gnu.org> | 2005-12-13 07:32:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-12-13 07:32:26 +0000 |
commit | f0d1a3b5b7a6f9bb3d44ca3b1341b1159bf1b732 (patch) | |
tree | ba065b48ee3b41d346cf4ea393897003ebefa7c8 | |
parent | b399707ead1bf45eb9c59fbaee04e0587d68ed58 (diff) | |
download | glibc-f0d1a3b5b7a6f9bb3d44ca3b1341b1159bf1b732.tar.gz glibc-f0d1a3b5b7a6f9bb3d44ca3b1341b1159bf1b732.tar.xz glibc-f0d1a3b5b7a6f9bb3d44ca3b1341b1159bf1b732.zip |
* 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.
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <roland@redhat.com> + + * 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 <drepper@redhat.com> * allocatestack.c (allocate_stack): Don't demand that there is an |