diff options
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 802764b40e..2b6f22370f 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2002-08-31 Ulrich Drepper <drepper@redhat.com> + + * Makefile: Don't use rule for crt%.o, spell it out as rules for + crti.o and crtn.o. + 2002-08-30 Roland McGrath <roland@redhat.com> * Makefile (extra-objs, omit-deps): Add crtn. @@ -12,8 +17,8 @@ 2002-08-30 Jakub Jelinek <jakub@redhat.com> - * pthread.c (__pthread_initialize_minimal): Call __uselocale even - if [! SHARED]. + * pthread.c (__pthread_initialize_minimal): Call __uselocale even + if [! SHARED]. 2002-08-30 Roland McGrath <roland@redhat.com> |