diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-11 09:32:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-11 09:32:45 +0000 |
commit | 85631c8ecf0d8f777ce30a072a82335add0b194b (patch) | |
tree | 31d934fbc655627f9339e47d2b1b3303eabd6072 /nptl/ChangeLog | |
parent | 70a8ca6d899d41054ee2d5688bef416bdfc9d48c (diff) | |
download | glibc-85631c8ecf0d8f777ce30a072a82335add0b194b.tar glibc-85631c8ecf0d8f777ce30a072a82335add0b194b.tar.gz glibc-85631c8ecf0d8f777ce30a072a82335add0b194b.tar.bz2 glibc-85631c8ecf0d8f777ce30a072a82335add0b194b.zip |
Update.
2002-12-11 Ulrich Drepper <drepper@redhat.com>
* init.c (__pthread_initialize_minimal): Fix initialization in
static lib by preventing gcc from being too clever.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 6dea2933e2..cc8ac2af4e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2002-12-11 Ulrich Drepper <drepper@redhat.com> + + * init.c (__pthread_initialize_minimal): Fix initialization in + static lib by preventing gcc from being too clever. + 2002-12-10 Ulrich Drepper <drepper@redhat.com> * init.c (__pthread_initialize_minimal): Remove unneccesary |